From: Jim Grosbach Date: Thu, 23 Sep 2010 23:03:26 +0000 (+0000) Subject: Fix formatting of output .s code X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=45d6c1777ceb7102db5907fed0e4899a0b006afe;p=oota-llvm.git Fix formatting of output .s code git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114705 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMInstrInfo.td b/lib/Target/ARM/ARMInstrInfo.td index 1566f81726f..2f775c9fa63 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"