summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-06-24 23:14:45 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-06-24 23:14:45 +0000
commit4c048fe5adc35d9a5b4614b550d50b65cb396e49 (patch)
tree4e6189727c30715c6ba6bac75dbe2372da3b9fee /llvm/lib/Target
parent19c4b66830ad6a53c1d75e4f9a770da5c94babad (diff)
downloadbcm5719-llvm-4c048fe5adc35d9a5b4614b550d50b65cb396e49.tar.gz
bcm5719-llvm-4c048fe5adc35d9a5b4614b550d50b65cb396e49.zip
80 col violation.
llvm-svn: 74138
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/ARM/ARMInstrInfo.td3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMInstrInfo.td b/llvm/lib/Target/ARM/ARMInstrInfo.td
index 7003a6587ad..affa5e09c35 100644
--- a/llvm/lib/Target/ARM/ARMInstrInfo.td
+++ b/llvm/lib/Target/ARM/ARMInstrInfo.td
@@ -535,7 +535,8 @@ def LEApcrel : AXI1<0x0, (outs GPR:$dst), (ins i32imm:$label, pred:$p), Pseudo,
"add$p $dst, pc, #PCRELV${:uid}")),
[]>;
-def LEApcrelJT : AXI1<0x0, (outs GPR:$dst), (ins i32imm:$label, i32imm:$id, pred:$p),
+def LEApcrelJT : AXI1<0x0, (outs GPR:$dst),
+ (ins i32imm:$label, i32imm:$id, pred:$p),
Pseudo,
!strconcat(!strconcat(".set PCRELV${:uid}, (${label}_${id:no_hash}-(",
"${:private}PCRELL${:uid}+8))\n"),
OpenPOWER on IntegriCloud