diff --git a/llvm/include/llvm/IR/IntrinsicsSystemZ.td b/llvm/include/llvm/IR/IntrinsicsSystemZ.td --- a/llvm/include/llvm/IR/IntrinsicsSystemZ.td +++ b/llvm/include/llvm/IR/IntrinsicsSystemZ.td @@ -144,7 +144,7 @@ def fs : SystemZBinaryCC; } -multiclass SystemZCompareBHFG { +multiclass SystemZCompareBHFG { def bs : SystemZBinaryCC; def hs : SystemZBinaryCC; def fs : SystemZBinaryCC; @@ -341,9 +341,9 @@ def int_s390_vtm : SystemZBinaryConv<"vtm", llvm_i32_ty, llvm_v16i8_ty>; - defm int_s390_vceq : SystemZCompareBHFG<"vceq">; - defm int_s390_vch : SystemZCompareBHFG<"vch">; - defm int_s390_vchl : SystemZCompareBHFG<"vchl">; + defm int_s390_vceq : SystemZCompareBHFG; + defm int_s390_vch : SystemZCompareBHFG; + defm int_s390_vchl : SystemZCompareBHFG; defm int_s390_vfae : SystemZTernaryIntBHF<"vfae">; defm int_s390_vfae : SystemZTernaryIntCCBHF;