diff options
| author | Jim Grosbach <grosbach@apple.com> | 2010-09-23 23:32:38 +0000 |
|---|---|---|
| committer | Jim Grosbach <grosbach@apple.com> | 2010-09-23 23:32:38 +0000 |
| commit | 6c5ab7e1bfc83a4b9b267f4cd8e69042b1f4799f (patch) | |
| tree | d9c2422845d1a16a9071e906d8aa14c85be1c09c | |
| parent | 4c228fedc212271c3f6842614b5c7621a859bfeb (diff) | |
| download | external_llvm-6c5ab7e1bfc83a4b9b267f4cd8e69042b1f4799f.zip external_llvm-6c5ab7e1bfc83a4b9b267f4cd8e69042b1f4799f.tar.gz external_llvm-6c5ab7e1bfc83a4b9b267f4cd8e69042b1f4799f.tar.bz2 | |
#+4 --> #4 for consistency with other asm output
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114706 91177308-0d34-0410-b5e6-96231b3b80d8
| -rw-r--r-- | lib/Target/ARM/ARMInstrInfo.td | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/ARM/ARMInstrInfo.td b/lib/Target/ARM/ARMInstrInfo.td index 2f775c9..e26586e 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", "", |
