Nuke dead isCodeGenOnly annotation and extraneous comment.
authorJim Grosbach <grosbach@apple.com>
Mon, 29 Nov 2010 22:40:58 +0000 (22:40 +0000)
committerJim Grosbach <grosbach@apple.com>
Mon, 29 Nov 2010 22:40:58 +0000 (22:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120338 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMInstrThumb2.td

index 2d7c5f97c4b0edfd4e62c05be19848e78afc526c..cef207fd52a22e47d457361b124d809226bff15e 100644 (file)
@@ -2925,11 +2925,10 @@ def t2B   : T2XI<(outs), (ins brtarget:$target), IIC_Br,
   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.