[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCInstrInfo.td
Evan Cheng
evan.cheng at apple.com
Tue May 8 14:06:25 PDT 2007
Changes in directory llvm/lib/Target/PowerPC:
PPCInstrInfo.td updated: 1.277 -> 1.278
---
Log message:
PredicateOperand can be used as a normal operand for isel.
---
Diffs of the changes: (+1 -1)
PPCInstrInfo.td | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Target/PowerPC/PPCInstrInfo.td
diff -u llvm/lib/Target/PowerPC/PPCInstrInfo.td:1.277 llvm/lib/Target/PowerPC/PPCInstrInfo.td:1.278
--- llvm/lib/Target/PowerPC/PPCInstrInfo.td:1.277 Tue Apr 3 05:27:07 2007
+++ llvm/lib/Target/PowerPC/PPCInstrInfo.td Tue May 8 16:06:08 2007
@@ -272,7 +272,7 @@
// PowerPC Predicate operand. 20 = (0<<5)|20 = always, CR0 is a dummy reg
// that doesn't matter.
-def pred : PredicateOperand<(ops imm, CRRC), (ops (i32 20), CR0)> {
+def pred : PredicateOperand<OtherVT, (ops imm, CRRC), (ops (i32 20), CR0)> {
let PrintMethod = "printPredicateOperand";
}
More information about the llvm-commits
mailing list