factor some utility functions/data in util.c

This commit is contained in:
Quentin Carbonneaux 2015-10-05 17:23:54 -04:00
parent cb4d738c36
commit e30fab31e1
7 changed files with 97 additions and 101 deletions

View file

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