use correct sizes during reg allocation
This commit is contained in:
parent
d586852552
commit
df358ad6d2
4 changed files with 38 additions and 30 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue