1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00

Remove unnecessary newline

llvm-svn: 78905
This commit is contained in:
Jim Grosbach 2009-08-13 15:12:16 +00:00
parent aba7f6b60b
commit 6511e74282
2 changed files with 2 additions and 2 deletions

View File

@ -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))]>;
}

View File

@ -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))]>;
}