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

Chris Lattner lattner at cs.uiuc.edu
Tue Apr 18 12:03:50 PDT 2006



Changes in directory llvm/lib/Target/PowerPC:

PPCInstrInfo.td updated: 1.216 -> 1.217
---
Log message:

These are correctly encoded by the JIT.  I checked :)


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

 PPCInstrInfo.td |    2 --
 1 files changed, 2 deletions(-)


Index: llvm/lib/Target/PowerPC/PPCInstrInfo.td
diff -u llvm/lib/Target/PowerPC/PPCInstrInfo.td:1.216 llvm/lib/Target/PowerPC/PPCInstrInfo.td:1.217
--- llvm/lib/Target/PowerPC/PPCInstrInfo.td:1.216	Tue Apr 18 12:59:36 2006
+++ llvm/lib/Target/PowerPC/PPCInstrInfo.td	Tue Apr 18 14:03:38 2006
@@ -277,8 +277,6 @@
                   "b $dst", BrB,
                   [(br bb:$dst)]>;
 
-  // FIXME: 4*CR# needs to be added to the BI field!
-  // This will only work for CR0 as it stands now
   def BLT : BForm<16, 0, 0, 12, 0, (ops CRRC:$crS, target:$block),
                   "blt $crS, $block", BrB>;
   def BLE : BForm<16, 0, 0, 4,  1, (ops CRRC:$crS, target:$block),






More information about the llvm-commits mailing list