summary refs log tree commit diff
path: root/lisc/test/spill2.ssa
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-09-14 18:06:29 -0400
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-09-15 23:01:33 -0400
commitee46ff8dad6782a739fefd176e55a70754787917 (patch)
tree5b87311740ef4cee7e1d51ad7390030f5281314c /lisc/test/spill2.ssa
parent73b7d9b199f0e73821acdde4770995c8db413106 (diff)
downloadroux-ee46ff8dad6782a739fefd176e55a70754787917.tar.gz
cosmetic indentation style fix
Diffstat (limited to 'lisc/test/spill2.ssa')
-rw-r--r--lisc/test/spill2.ssa6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisc/test/spill2.ssa b/lisc/test/spill2.ssa
index 75bfe07..5acb6f8 100644
--- a/lisc/test/spill2.ssa
+++ b/lisc/test/spill2.ssa
@@ -5,11 +5,11 @@
 # adapt it!
 
 function $test {
- @start
+@start
 	%a =w copy 0
 	%b =w copy 0
 
- @loop
+@loop
 	%c =w phi @start 0, @loop %f
 	%d =w phi @start 0, @loop %g
 	%e =w phi @start 0, @loop %h
@@ -19,6 +19,6 @@ function $test {
 	%x =w csle %a, %b
 	jnz %x, @loop, @end
 
- @end
+@end
 	ret
 }