[llvm-commits] CVS: llvm/lib/Target/PowerPC/PowerPCInstrInfo.td
Chris Lattner
lattner at persephone.cs.uiuc.edu
Mon Nov 22 15:07:26 PST 2004
Changes in directory llvm/lib/Target/PowerPC:
PowerPCInstrInfo.td updated: 1.42 -> 1.43
---
Log message:
Comment out a couple of unused instructions.
---
Diffs of the changes: (+3 -2)
Index: llvm/lib/Target/PowerPC/PowerPCInstrInfo.td
diff -u llvm/lib/Target/PowerPC/PowerPCInstrInfo.td:1.42 llvm/lib/Target/PowerPC/PowerPCInstrInfo.td:1.43
--- llvm/lib/Target/PowerPC/PowerPCInstrInfo.td:1.42 Mon Nov 15 15:20:09 2004
+++ llvm/lib/Target/PowerPC/PowerPCInstrInfo.td Mon Nov 22 17:07:01 2004
@@ -57,9 +57,10 @@
let isBranch = 1, isTerminator = 1 in {
def COND_BRANCH : Pseudo<(ops), "; COND_BRANCH">;
def B : IForm<18, 0, 0, 0, 0, (ops target:$func), "b $func">;
- def BA : IForm<18, 1, 0, 0, 0, (ops target:$func), "ba $func">;
+//def BA : IForm<18, 1, 0, 0, 0, (ops target:$func), "ba $func">;
def BL : IForm<18, 0, 1, 0, 0, (ops target:$func), "bl $func">;
- def BLA : IForm<18, 1, 1, 0, 0, (ops target:$func), "bla $func">;
+//def BLA : IForm<18, 1, 1, 0, 0, (ops target:$func), "bla $func">;
+
// FIXME: 4*CR# needs to be added to the BI field!
// This will only work for CR0 as it stands now
def BLT : BForm_ext<16, 0, 0, 12, 0, 0, 0, (ops CRRC:$crS, target:$block),
More information about the llvm-commits
mailing list