diff options
-rw-r--r-- | lib/Target/ARM/ARMInstrInfo.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMInstrInfo.td b/lib/Target/ARM/ARMInstrInfo.td index d7fd76f9bb..3e3b0eeb6c 100644 --- a/lib/Target/ARM/ARMInstrInfo.td +++ b/lib/Target/ARM/ARMInstrInfo.td @@ -294,7 +294,7 @@ def ccop : ImmutablePredicateOperand<OtherVT, (ops i32imm, CCR), (ops)> { // Conditional code result for cmp, etc. // -def cc_out : PredicateResultOperand<OtherVT, (ops CCR), (ops (i32 zero_reg))> { +def cc_out : PredicateDefOperand<OtherVT, (ops CCR), (ops (i32 zero_reg))> { let PrintMethod = "printPredicateOperand"; } |