aboutsummaryrefslogtreecommitdiffstats
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
commit4c228fedc212271c3f6842614b5c7621a859bfeb (patch)
tree15973b8f5b970134cd5e1dcb5993a27cb14dfd57
parentf8d2879879cfaf559732c749ce26f3a91c6b55cf (diff)
downloadexternal_llvm-4c228fedc212271c3f6842614b5c7621a859bfeb.zip
external_llvm-4c228fedc212271c3f6842614b5c7621a859bfeb.tar.gz
external_llvm-4c228fedc212271c3f6842614b5c7621a859bfeb.tar.bz2
Fix formatting of output .s code
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114705 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/ARM/ARMInstrInfo.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMInstrInfo.td b/lib/Target/ARM/ARMInstrInfo.td
index 1566f81..2f775c9 100644
--- a/lib/Target/ARM/ARMInstrInfo.td
+++ b/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"