cosmetic indentation style fix
This commit is contained in:
parent
73b7d9b199
commit
ee46ff8dad
17 changed files with 81 additions and 81 deletions
|
@ -1,12 +1,12 @@
|
|||
# counts up from -1988 to 1991
|
||||
|
||||
function $test {
|
||||
@start
|
||||
@loop
|
||||
@start
|
||||
@loop
|
||||
%n0 =l phi @start -1988, @loop %n1
|
||||
%n1 =l add 1, %n0
|
||||
%cmp =l csle 1991, %n1
|
||||
jnz %cmp, @end, @loop
|
||||
@end
|
||||
@end
|
||||
ret
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue