start change of representation for registers

This commit is contained in:
Quentin Carbonneaux 2015-08-01 21:05:18 -04:00
parent cf307002d9
commit 8d2d674466
6 changed files with 82 additions and 90 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 parse.o ssa.o live.o # isel.o spill.o rega.o emit.o
CFLAGS = -Wall -Wextra -std=c11 -g -pedantic