[llvm-commits] [llvm] r127511 - /llvm/trunk/lib/Target/ARM/ARMInstrInfo.td

Jim Grosbach grosbach at apple.com
Fri Mar 11 15:25:21 PST 2011


Author: grosbach
Date: Fri Mar 11 17:25:21 2011
New Revision: 127511

URL: http://llvm.org/viewvc/llvm-project?rev=127511&view=rev
Log:
Add a FIXME.

Modified:
    llvm/trunk/lib/Target/ARM/ARMInstrInfo.td

Modified: llvm/trunk/lib/Target/ARM/ARMInstrInfo.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMInstrInfo.td?rev=127511&r1=127510&r2=127511&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMInstrInfo.td (original)
+++ llvm/trunk/lib/Target/ARM/ARMInstrInfo.td Fri Mar 11 17:25:21 2011
@@ -1488,6 +1488,8 @@
   // 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)]>;
 





More information about the llvm-commits mailing list