summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-09-23 23:32:38 +0000
committerJim Grosbach <grosbach@apple.com>2010-09-23 23:32:38 +0000
commit2f3728f5762876c5b411b5141cbce542355a49f0 (patch)
treef5e89a9451f17a1e8d6ca7ce338479f1e257bc22 /llvm/lib/Target
parent07f07290d84a4bbc57591cd77014d668e0db89d9 (diff)
downloadbcm5719-llvm-2f3728f5762876c5b411b5141cbce542355a49f0.tar.gz
bcm5719-llvm-2f3728f5762876c5b411b5141cbce542355a49f0.zip
#+4 --> #4 for consistency with other asm output
llvm-svn: 114706
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/ARM/ARMInstrInfo.td4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/ARM/ARMInstrInfo.td b/llvm/lib/Target/ARM/ARMInstrInfo.td
index 2f775c9fa63..e26586e7522 100644
--- a/llvm/lib/Target/ARM/ARMInstrInfo.td
+++ b/llvm/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", "",
OpenPOWER on IntegriCloud