From 34c901b50e3163ac6c63f609b439bfcab3bb4b5b Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 18 Apr 2006 19:03:38 +0000 Subject: [PATCH] These are correctly encoded by the JIT. I checked :) llvm-svn: 27810 --- llvm/lib/Target/PowerPC/PPCInstrInfo.td | 2 -- 1 file changed, 2 deletions(-) diff --git a/llvm/lib/Target/PowerPC/PPCInstrInfo.td b/llvm/lib/Target/PowerPC/PPCInstrInfo.td index 2fa256cb165d..449c3bd9cde4 100644 --- a/llvm/lib/Target/PowerPC/PPCInstrInfo.td +++ b/llvm/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),