summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2017-02-24 15:52:56 -0500
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2017-02-24 15:52:56 -0500
commitdf61decee5095479f4760f36027a445d8d792373 (patch)
tree57518bc097906385a8c9d143a47194052606c07a /Makefile
parenta35dc8c495467306ca149d642b2d2983922d7a9d (diff)
downloadroux-df61decee5095479f4760f36027a445d8d792373.tar.gz
start a new simplification pass
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fc649f8..4040923 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ ABI = sysv
 V = @
 OBJDIR = obj
 
-SRC = main.c util.c parse.c cfg.c mem.c ssa.c alias.c load.c copy.c fold.c live.c $(ABI).c isel.c spill.c rega.c emit.c
+SRC = main.c util.c parse.c cfg.c mem.c ssa.c alias.c load.c simpl.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