diff options
| author | bd-912 <bdunahu@colostate.edu> | 2024-04-27 21:31:11 -0600 |
|---|---|---|
| committer | bd-912 <bdunahu@colostate.edu> | 2024-04-27 21:31:11 -0600 |
| commit | dfcf11cb8d7f28acad505c2785831424c38554b8 (patch) | |
| tree | 0597a6f912d81ca5881df46a9bd52bebb6bfbc6f /output/ex41.vaporm | |
| parent | 008d0de42fdabb54dc43de5cfa33f4c15bd1d7ba (diff) | |
LIRVisitor Correct Liveness Analysis!
Diffstat (limited to 'output/ex41.vaporm')
| -rw-r--r-- | output/ex41.vaporm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/output/ex41.vaporm b/output/ex41.vaporm index ad9726c..25cf1b2 100644 --- a/output/ex41.vaporm +++ b/output/ex41.vaporm @@ -85,8 +85,8 @@ while10_end: $s7 = $s3 goto :while5_test while5_end: - $s3 = $s6 - $v0 = $s3 + $s7 = $s6 + $v0 = $s7 $s0 = local[0] $s1 = local[1] $s2 = local[2] |
