summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-09-23 23:03:26 +0000
committerJim Grosbach <grosbach@apple.com>2010-09-23 23:03:26 +0000
commit07f07290d84a4bbc57591cd77014d668e0db89d9 (patch)
treee1e1c7ffb5044582ee8ec445def61e2b813c2edf /llvm/lib/Target
parent0ac41389a4401daafa350d42d65ad4eb90ed61f0 (diff)
downloadbcm5719-llvm-07f07290d84a4bbc57591cd77014d668e0db89d9.tar.gz
bcm5719-llvm-07f07290d84a4bbc57591cd77014d668e0db89d9.zip
Fix formatting of output .s code
llvm-svn: 114705
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/ARM/ARMInstrInfo.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMInstrInfo.td b/llvm/lib/Target/ARM/ARMInstrInfo.td
index 1566f81726f..2f775c9fa63 100644
--- a/llvm/lib/Target/ARM/ARMInstrInfo.td
+++ b/llvm/lib/Target/ARM/ARMInstrInfo.td
@@ -2699,7 +2699,7 @@ let Defs =
def Int_eh_sjlj_setjmp_nofp : XI<(outs), (ins GPR:$src, GPR:$val),
AddrModeNone, SizeSpecial, IndexModeNone,
Pseudo, NoItinerary,
- "add\t$val, pc, #8\n ${:comment} eh_setjmp begin\n\t"
+ "add\t$val, pc, #8\t${:comment} eh_setjmp begin\n\t"
"str\t$val, [$src, #+4]\n\t"
"mov\tr0, #0\n\t"
"add\tpc, pc, #0\n\t"
OpenPOWER on IntegriCloud