Updated Makefile to reflect opt_rmports being renamed to rmports

This commit is contained in:
Andrew Zonenberg 2017-08-14 11:04:56 -07:00
parent 1a6a23f91a
commit d5e5bbad86
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ OBJS += passes/opt/opt_reduce.o
OBJS += passes/opt/opt_rmdff.o
OBJS += passes/opt/opt_clean.o
OBJS += passes/opt/opt_expr.o
OBJS += passes/opt/opt_rmports.o
OBJS += passes/opt/rmports.o
ifneq ($(SMALL),1)
OBJS += passes/opt/share.o