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/ex30.vaporm | |
parent | e3054fac8eca3148df169afa2cd85de40cf5ac94 (diff) |
Implement variable spilling
Diffstat (limited to 'output/ex30.vaporm')
-rw-r--r-- | output/ex30.vaporm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/output/ex30.vaporm b/output/ex30.vaporm index 92e1e94..c1a3623 100644 --- a/output/ex30.vaporm +++ b/output/ex30.vaporm @@ -1,6 +1,6 @@ const functable_A :A_foo -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 @@ -18,7 +18,7 @@ func Main [in 0, out 0, local 17] $s6 = local[6] $s7 = local[7] ret -func A_foo [in 0, out 0, local 17] +func A_foo [in 0, out 0, local 14] local[0] = $s0 local[1] = $s1 local[2] = $s2 @@ -39,7 +39,7 @@ func A_foo [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 |