Unbreak the build.
authorEvan Cheng <evan.cheng@apple.com>
Thu, 5 Jul 2007 17:13:19 +0000 (17:13 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 5 Jul 2007 17:13:19 +0000 (17:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37914 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMInstrInfo.td

index d7fd76f9bb4abc05930b3ef250241043de9ac548..3e3b0eeb6c0908499ceab9404d0c86e96381d46d 100644 (file)
@@ -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";
 }