add a size to all operations (wip)

This commit is contained in:
Quentin Carbonneaux 2015-08-24 12:39:55 -04:00
parent 0ad9bf1c60
commit 28110b1439
8 changed files with 126 additions and 190 deletions

View file

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