aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-04-18 19:03:38 +0000
committerChris Lattner <sabre@nondot.org>2006-04-18 19:03:38 +0000
commit80f362a48f27958c1ce9145638884283d9e9bbe2 (patch)
tree81f95324eb67619e617fa09099a4a0fb06218a35
parent87140126e88d4fe4f9aedac06dd4e9beec3b5301 (diff)
These are correctly encoded by the JIT. I checked :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27810 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/PowerPC/PPCInstrInfo.td2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/PowerPC/PPCInstrInfo.td b/lib/Target/PowerPC/PPCInstrInfo.td
index 2fa256cb16..449c3bd9cd 100644
--- a/lib/Target/PowerPC/PPCInstrInfo.td
+++ b/lib/Target/PowerPC/PPCInstrInfo.td
@@ -277,8 +277,6 @@ let isBranch = 1, isTerminator = 1, hasCtrlDep = 1,
"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),