Add a FIXME.
authorJim Grosbach <grosbach@apple.com>
Fri, 11 Mar 2011 23:25:21 +0000 (23:25 +0000)
committerJim Grosbach <grosbach@apple.com>
Fri, 11 Mar 2011 23:25:21 +0000 (23:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127511 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMInstrInfo.td

index 7d499749bf71b96065bd45699bce0ffe61cf8ea6..05fbc40d1ce2f5aeb692834109aa9d89f35fe82e 100644 (file)
@@ -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)]>;