[llvm-commits] CVS: llvm/lib/Target/PowerPC/PowerPCInstrInfo.td

Chris Lattner lattner at cs.uiuc.edu
Thu Sep 15 14:44:12 PDT 2005



Changes in directory llvm/lib/Target/PowerPC:

PowerPCInstrInfo.td updated: 1.100 -> 1.101
---
Log message:

disable this for now


---
Diffs of the changes:  (+2 -0)

 PowerPCInstrInfo.td |    2 ++
 1 files changed, 2 insertions(+)


Index: llvm/lib/Target/PowerPC/PowerPCInstrInfo.td
diff -u llvm/lib/Target/PowerPC/PowerPCInstrInfo.td:1.100 llvm/lib/Target/PowerPC/PowerPCInstrInfo.td:1.101
--- llvm/lib/Target/PowerPC/PowerPCInstrInfo.td:1.100	Wed Sep 14 16:08:18 2005
+++ llvm/lib/Target/PowerPC/PowerPCInstrInfo.td	Thu Sep 15 16:44:00 2005
@@ -775,9 +775,11 @@
           (XORIS (XORI GPRC:$in, (LO16 imm:$imm)), (HI16 imm:$imm))>;
 
 // Same as above, but using a temporary.
+/*
 def : Pattern<(xor GPRC:$in, imm:$imm),
               [(set GPRC:$tmp, (XORI GPRC:$in, (LO16 imm:$imm))),
                (XORIS GPRC:$tmp, (HI16 imm:$imm))]>;
+*/
 
 
 //===----------------------------------------------------------------------===//






More information about the llvm-commits mailing list