From cea5afc98558b24bafee28a02ec21a6d42d2d8e7 Mon Sep 17 00:00:00 2001 From: Jim Grosbach Date: Fri, 11 Mar 2011 23:25:21 +0000 Subject: Add a FIXME. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127511 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/ARM/ARMInstrInfo.td | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/Target/ARM/ARMInstrInfo.td b/lib/Target/ARM/ARMInstrInfo.td index 7d49974..05fbc40 100644 --- a/lib/Target/ARM/ARMInstrInfo.td +++ b/lib/Target/ARM/ARMInstrInfo.td @@ -1488,6 +1488,8 @@ let isBranch = 1, isTerminator = 1 in { // B is "predicable" since it's just a Bcc with an 'always' condition. let isBarrier = 1 in { let isPredicable = 1 in + // FIXME: We shouldn't need this pseudo at all. Just using Bcc directly + // should be sufficient. def B : ARMPseudoInst<(outs), (ins brtarget:$target), Size4Bytes, IIC_Br, [(br bb:$target)]>; -- cgit v1.1