diff --git a/lib/Target/ARM/ARMInstrInfo.td b/lib/Target/ARM/ARMInstrInfo.td index 2f775c9fa63..e26586e7522 100644 --- a/lib/Target/ARM/ARMInstrInfo.td +++ b/lib/Target/ARM/ARMInstrInfo.td @@ -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", "",