diff options
author | bd-912 <bdunahu@colostate.edu> | 2024-04-27 22:42:35 -0600 |
---|---|---|
committer | bd-912 <bdunahu@colostate.edu> | 2024-04-27 22:42:35 -0600 |
commit | bc7af8fdf0e2f6560c7d7fa6c17f893409c4830c (patch) | |
tree | d661c0af9f8ccd7a21641f2358d58bb6df21a161 /output/ex29.vaporm | |
parent | e3054fac8eca3148df169afa2cd85de40cf5ac94 (diff) |
Implement variable spilling
Diffstat (limited to 'output/ex29.vaporm')
-rw-r--r-- | output/ex29.vaporm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/output/ex29.vaporm b/output/ex29.vaporm index cc9e00c..02fab92 100644 --- a/output/ex29.vaporm +++ b/output/ex29.vaporm @@ -1,4 +1,4 @@ -func Main [in 0, out 0, local 17] +func Main [in 0, out 0, local 14] local[0] = $s0 local[1] = $s1 local[2] = $s2 @@ -16,7 +16,7 @@ func Main [in 0, out 0, local 17] $s6 = local[6] $s7 = local[7] ret -func AllocArray [in 0, out 0, local 17] +func AllocArray [in 0, out 0, local 14] local[0] = $s0 local[1] = $s1 local[2] = $s2 |