forked from OSchip/llvm-project
[Hexagon] Fix multiclass template parameter types. NFC.
Fixes TableGen parser errors reported by D95874.
This commit is contained in:
parent
9f770b36cb
commit
3c9073864c
|
@ -349,7 +349,7 @@ multiclass SelMinMax_pats<PatFrag CmpOp, PatFrag Val,
|
|||
}
|
||||
|
||||
multiclass MinMax_pats<InstHexagon PickT, InstHexagon PickS,
|
||||
PatFrag Sel, PatFrag CmpOp,
|
||||
SDPatternOperator Sel, SDPatternOperator CmpOp,
|
||||
ValueType CmpType, PatFrag CmpPred> {
|
||||
def: Pat<(Sel (CmpType (CmpOp CmpPred:$Vs, CmpPred:$Vt)),
|
||||
CmpPred:$Vt, CmpPred:$Vs),
|
||||
|
|
Loading…
Reference in New Issue