add rpo test and some liveness code

This commit is contained in:
Quentin Carbonneaux 2015-07-15 18:01:38 -04:00
parent 58bd1de264
commit d7548fa5d7
6 changed files with 146 additions and 14 deletions

View file

@ -1,5 +1,5 @@
BIN = lisc
OBJ = parse.o ssa.o
OBJ = parse.o ssa.o live.o
CFLAGS = -Wall -Wextra -std=c99 -g