cosmetic indentation style fix
This commit is contained in:
parent
73b7d9b199
commit
ee46ff8dad
17 changed files with 81 additions and 81 deletions
|
@ -4,15 +4,15 @@
|
|||
# swap of b and a
|
||||
|
||||
function $test {
|
||||
@start
|
||||
@start
|
||||
|
||||
@loop
|
||||
@loop
|
||||
%a =w phi @start 380, @loop %r
|
||||
%b =w phi @start 747, @loop %a
|
||||
%r =w rem %b, %a
|
||||
jnz %r, @loop, @end
|
||||
|
||||
@end
|
||||
@end
|
||||
storew %a, $a
|
||||
ret
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue