change phi nodes representation

This commit is contained in:
Quentin Carbonneaux 2015-07-14 06:46:48 -04:00
parent 476e54c5d5
commit a9b2d0338b
3 changed files with 52 additions and 56 deletions

View file

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