summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-11-29 22:38:48 +0000
committerJim Grosbach <grosbach@apple.com>2010-11-29 22:38:48 +0000
commit1883d9463021cf31865d2bd432669e16966317e9 (patch)
tree5586e8527d7679eeca5efa299f9ce99498bd38cc /llvm/lib/Target
parentee7c5659d77c0eeb2e74101b0f884f25516d19f5 (diff)
downloadbcm5719-llvm-1883d9463021cf31865d2bd432669e16966317e9.tar.gz
bcm5719-llvm-1883d9463021cf31865d2bd432669e16966317e9.zip
tidy up.
llvm-svn: 120335
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/ARM/ARMInstrThumb2.td3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/Target/ARM/ARMInstrThumb2.td b/llvm/lib/Target/ARM/ARMInstrThumb2.td
index f620c1d83e5..2d7c5f97c4b 100644
--- a/llvm/lib/Target/ARM/ARMInstrThumb2.td
+++ b/llvm/lib/Target/ARM/ARMInstrThumb2.td
@@ -2927,8 +2927,7 @@ def t2B : T2XI<(outs), (ins brtarget:$target), IIC_Br,
let isNotDuplicable = 1, isIndirectBranch = 1,
isCodeGenOnly = 1 in { // $id doesn't exist in asmstring, should be lowered.
-def t2BR_JT :
- tPseudoInst<(outs),
+def t2BR_JT : tPseudoInst<(outs),
(ins GPR:$target, GPR:$index, i32imm:$jt, i32imm:$id),
SizeSpecial, IIC_Br,// "mov\tpc, $target$jt",
[(ARMbr2jt GPR:$target, GPR:$index, tjumptable:$jt, imm:$id)]>;
OpenPOWER on IntegriCloud