diff options
author | Evan Cheng <evan.cheng@apple.com> | 2007-07-05 17:13:19 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2007-07-05 17:13:19 +0000 |
commit | d54874a06d1bc67248fe3b5d990acd6e8a61d2ff (patch) | |
tree | e92d0b3be4d5795d30f4c189ef34cd81597c4688 | |
parent | a99be51bf5cdac1438069d4b01766c47704961c8 (diff) | |
download | external_llvm-d54874a06d1bc67248fe3b5d990acd6e8a61d2ff.tar.gz external_llvm-d54874a06d1bc67248fe3b5d990acd6e8a61d2ff.tar.bz2 external_llvm-d54874a06d1bc67248fe3b5d990acd6e8a61d2ff.zip |
Unbreak the build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37914 91177308-0d34-0410-b5e6-96231b3b80d8
-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"; } |