mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-22 21:41:38 +00:00
Fix formatting of output .s code
llvm-svn: 114705
This commit is contained in:
parent
15c6948d29
commit
7bd79eb9e8
@ -2699,7 +2699,7 @@ let Defs =
|
|||||||
def Int_eh_sjlj_setjmp_nofp : XI<(outs), (ins GPR:$src, GPR:$val),
|
def Int_eh_sjlj_setjmp_nofp : XI<(outs), (ins GPR:$src, GPR:$val),
|
||||||
AddrModeNone, SizeSpecial, IndexModeNone,
|
AddrModeNone, SizeSpecial, IndexModeNone,
|
||||||
Pseudo, NoItinerary,
|
Pseudo, NoItinerary,
|
||||||
"add\t$val, pc, #8\n ${:comment} eh_setjmp begin\n\t"
|
"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"
|
"mov\tr0, #0\n\t"
|
||||||
"add\tpc, pc, #0\n\t"
|
"add\tpc, pc, #0\n\t"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user