#+4 --> #4 for consistency with other asm output
authorJim Grosbach <grosbach@apple.com>
Thu, 23 Sep 2010 23:32:38 +0000 (23:32 +0000)
committerJim Grosbach <grosbach@apple.com>
Thu, 23 Sep 2010 23:32:38 +0000 (23:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114706 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMInstrInfo.td

index 2f775c9fa636d0e8f3d86d0a424bcc4b74e19a72..e26586e7522e9b87fc874309f440398ebfeb3934 100644 (file)
@@ -2685,7 +2685,7 @@ let Defs =
                                AddrModeNone, SizeSpecial, IndexModeNone,
                                Pseudo, NoItinerary,
                            "add\t$val, pc, #8\t${:comment} eh_setjmp begin\n\t"
-                           "str\t$val, [$src, #+4]\n\t"
+                           "str\t$val, [$src, #4]\n\t"
                            "mov\tr0, #0\n\t"
                            "add\tpc, pc, #0\n\t"
                            "mov\tr0, #1 ${:comment} eh_setjmp end", "",
@@ -2700,7 +2700,7 @@ let Defs =
                                    AddrModeNone, SizeSpecial, IndexModeNone,
                                    Pseudo, NoItinerary,
                            "add\t$val, pc, #8\t${:comment} eh_setjmp begin\n\t"
-                           "str\t$val, [$src, #+4]\n\t"
+                           "str\t$val, [$src, #4]\n\t"
                            "mov\tr0, #0\n\t"
                            "add\tpc, pc, #0\n\t"
                            "mov\tr0, #1 ${:comment} eh_setjmp end", "",