[llvm-commits] [llvm] r114705 - /llvm/trunk/lib/Target/ARM/ARMInstrInfo.td

Jim Grosbach grosbach at apple.com
Thu Sep 23 16:03:27 PDT 2010


Author: grosbach
Date: Thu Sep 23 18:03:26 2010
New Revision: 114705

URL: http://llvm.org/viewvc/llvm-project?rev=114705&view=rev
Log:
Fix formatting of output .s code

Modified:
    llvm/trunk/lib/Target/ARM/ARMInstrInfo.td

Modified: llvm/trunk/lib/Target/ARM/ARMInstrInfo.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMInstrInfo.td?rev=114705&r1=114704&r2=114705&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMInstrInfo.td (original)
+++ llvm/trunk/lib/Target/ARM/ARMInstrInfo.td Thu Sep 23 18:03:26 2010
@@ -2699,7 +2699,7 @@
   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"





More information about the llvm-commits mailing list