diff options
author | bd-912 <bdunahu@colostate.edu> | 2024-04-22 23:12:05 -0600 |
---|---|---|
committer | bd-912 <bdunahu@colostate.edu> | 2024-04-22 23:12:05 -0600 |
commit | df648047d1899345dd8b2d82f78b480712d4d8d6 (patch) | |
tree | bb001bc35ad42409287bc1c8bb470255d03bde4c /.gitignore | |
parent | 110b4f031aea36445250d79c7257a57f15fb7b82 (diff) |
Implement register allocation (no spill)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,3 +7,5 @@ /minijava.jj /*.svg /*.dot +/test.vaporm +/cs132/ |