use correct sizes during reg allocation

This commit is contained in:
Quentin Carbonneaux 2015-08-03 14:06:59 -04:00
parent d586852552
commit df358ad6d2
4 changed files with 38 additions and 30 deletions

View file

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