change the wide bit to a class number

This commit is contained in:
Quentin Carbonneaux 2015-11-30 11:44:37 -05:00
parent 5097cf1d42
commit af1a5079fd
5 changed files with 54 additions and 32 deletions

View file

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