more modifications to rega

This commit is contained in:
Quentin Carbonneaux 2015-08-24 13:17:47 -04:00
parent 28110b1439
commit 7594f57a3e
3 changed files with 19 additions and 14 deletions

View file

@ -1,5 +1,5 @@
BIN = lisc
OBJ = parse.o ssa.o live.o isel.o main.o spill.o # rega.o emit.o main.o
OBJ = main.o parse.o ssa.o live.o isel.o spill.o rega.o # emit.o
CFLAGS = -Wall -Wextra -std=c99 -g -pedantic