enable constant folding

This commit is contained in:
Quentin Carbonneaux 2016-04-09 14:32:07 -04:00
parent d8770d112b
commit abe45f1ab0
3 changed files with 7 additions and 1 deletions

View file

@ -4,7 +4,7 @@ ABI = sysv
V = @
OBJDIR = obj
SRC = main.c util.c parse.c mem.c ssa.c copy.c live.c $(ABI).c isel.c spill.c rega.c emit.c
SRC = main.c util.c parse.c mem.c ssa.c copy.c fold.c live.c $(ABI).c isel.c spill.c rega.c emit.c
OBJ = $(SRC:%.c=$(OBJDIR)/%.o)
CFLAGS += -Wall -Wextra -std=c99 -g -pedantic