[llvm-commits] [llvm] r120338 - /llvm/trunk/lib/Target/ARM/ARMInstrThumb2.td

Jim Grosbach grosbach at apple.com
Mon Nov 29 14:40:58 PST 2010


Author: grosbach
Date: Mon Nov 29 16:40:58 2010
New Revision: 120338

URL: http://llvm.org/viewvc/llvm-project?rev=120338&view=rev
Log:
Nuke dead isCodeGenOnly annotation and extraneous comment.

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

Modified: llvm/trunk/lib/Target/ARM/ARMInstrThumb2.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMInstrThumb2.td?rev=120338&r1=120337&r2=120338&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMInstrThumb2.td (original)
+++ llvm/trunk/lib/Target/ARM/ARMInstrThumb2.td Mon Nov 29 16:40:58 2010
@@ -2925,11 +2925,10 @@
   let Inst{10-0} = target{10-0};
 }
 
-let isNotDuplicable = 1, isIndirectBranch = 1,
-    isCodeGenOnly = 1 in { // $id doesn't exist in asmstring, should be lowered.
+let isNotDuplicable = 1, isIndirectBranch = 1 in {
 def t2BR_JT : tPseudoInst<(outs),
           (ins GPR:$target, GPR:$index, i32imm:$jt, i32imm:$id),
-           SizeSpecial, IIC_Br,// "mov\tpc, $target$jt",
+           SizeSpecial, IIC_Br,
           [(ARMbr2jt GPR:$target, GPR:$index, tjumptable:$jt, imm:$id)]>;
 
 // FIXME: Add a non-pc based case that can be predicated.





More information about the llvm-commits mailing list