great renaming campain!

This commit is contained in:
Quentin Carbonneaux 2016-03-25 14:02:43 -04:00
parent 97b58def96
commit 62e238a6ef
54 changed files with 20 additions and 19 deletions

View file

@ -29,7 +29,7 @@ fi
../minic/minic < $file > /tmp/minic.ssa &&
../lisc/lisc < /tmp/minic.ssa > /tmp/minic.s &&
../src/qbe < /tmp/minic.ssa > /tmp/minic.s &&
cc $flags /tmp/minic.s
if test $? -ne 0