diff options
author | bd-912 <bdunahu@colostate.edu> | 2024-04-27 15:13:19 -0600 |
---|---|---|
committer | bd-912 <bdunahu@colostate.edu> | 2024-04-27 15:13:19 -0600 |
commit | 52ee644979315eb566949629a9e301bd9db70656 (patch) | |
tree | dc6628ecd63137d4aa1b1c67f759774e1eea667c /output/ex39.vaporm | |
parent | c1d57f46c0eb74fbea90db8df8b42dc3ac8c31d5 (diff) |
RevisterAlloc Fixed expired intervals not removed from active
Diffstat (limited to 'output/ex39.vaporm')
-rw-r--r-- | output/ex39.vaporm | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/output/ex39.vaporm b/output/ex39.vaporm index e787ca7..ab97f13 100644 --- a/output/ex39.vaporm +++ b/output/ex39.vaporm @@ -14,16 +14,16 @@ func Main [in 0, out 0, local 17] $s5 = $s4 $s4 = $s5 $s6 = $s7 - $s6 = Add($s4 $s6 ) - $s5 = $s6 - $s6 = $s5 - $s4 = 1 - $s6 = Sub($s6 $s4 ) - $s5 = $s6 - $s6 = $s7 - PrintIntS($s6 ) - $s6 = $s5 - PrintIntS($s6 ) + $s3 = Add($s4 $s6 ) + $s5 = $s3 + $s3 = $s5 + $s6 = 1 + $s4 = Sub($s3 $s6 ) + $s5 = $s4 + $s4 = $s7 + PrintIntS($s4 ) + $s4 = $s5 + PrintIntS($s4 ) $s0 = local[0] $s1 = local[1] $s2 = local[2] |