projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a99be51
)
Unbreak the build.
author
Evan Cheng
<evan.cheng@apple.com>
Thu, 5 Jul 2007 17:13:19 +0000
(17:13 +0000)
committer
Evan 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
patch
|
blob
|
history
diff --git
a/lib/Target/ARM/ARMInstrInfo.td
b/lib/Target/ARM/ARMInstrInfo.td
index d7fd76f9bb4abc05930b3ef250241043de9ac548..3e3b0eeb6c0908499ceab9404d0c86e96381d46d 100644
(file)
--- 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 : Predicate
Result
Operand<OtherVT, (ops CCR), (ops (i32 zero_reg))> {
+def cc_out : Predicate
Def
Operand<OtherVT, (ops CCR), (ops (i32 zero_reg))> {
let PrintMethod = "printPredicateOperand";
}