diff options
author | Jim Grosbach <grosbach@apple.com> | 2009-08-13 15:12:16 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2009-08-13 15:12:16 +0000 |
commit | 8db5cce0217a2b76a954cb97de95c91e76edf59c (patch) | |
tree | 3c425a5374d95c435f99b36d63a99a699ea8e4b9 | |
parent | 1add659b0a70bf2bdaa3cb93fa5961359fb7df45 (diff) | |
download | external_llvm-8db5cce0217a2b76a954cb97de95c91e76edf59c.zip external_llvm-8db5cce0217a2b76a954cb97de95c91e76edf59c.tar.gz external_llvm-8db5cce0217a2b76a954cb97de95c91e76edf59c.tar.bz2 |
Remove unnecessary newline
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78905 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/ARM/ARMInstrInfo.td | 2 | ||||
-rw-r--r-- | lib/Target/ARM/ARMInstrThumb2.td | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/ARM/ARMInstrInfo.td b/lib/Target/ARM/ARMInstrInfo.td index 686303e..192840b 100644 --- a/lib/Target/ARM/ARMInstrInfo.td +++ b/lib/Target/ARM/ARMInstrInfo.td @@ -1432,7 +1432,7 @@ let Defs = "str r12, [$src, #+4]\n\t" "mov r0, #0\n\t" "add pc, pc, #0\n\t" - "mov r0, #1 @ eh_setjmp end\n\t", "", + "mov r0, #1 @ eh_setjmp end", "", [(set R0, (ARMeh_sjlj_setjmp GPR:$src))]>; } diff --git a/lib/Target/ARM/ARMInstrThumb2.td b/lib/Target/ARM/ARMInstrThumb2.td index 6b8df72..6707bdc 100644 --- a/lib/Target/ARM/ARMInstrThumb2.td +++ b/lib/Target/ARM/ARMInstrThumb2.td @@ -1075,7 +1075,7 @@ let Defs = "\tmovs r0, #0\n" "\tb 1f\n" "0:\tmovs r0, #1 @ eh_setjmp end\n" - "1:\n", "", + "1:", "", [(set R0, (ARMeh_sjlj_setjmp GPR:$src))]>; } |