From f4a6fc097bc33baf21e2031d9a656c0deefb3778 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Wed, 22 Sep 2004 09:38:37 +0000 Subject: [PATCH] added new optimize_cf [r3915] --- ir/opt/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/opt/Makefile.in b/ir/opt/Makefile.in index 4009ff973..682ef7ff8 100644 --- a/ir/opt/Makefile.in +++ b/ir/opt/Makefile.in @@ -20,7 +20,7 @@ INSTALL_HEADERS = cfopt.h tailrec.h ldstopt.h strength_red.h SOURCES = $(INSTALL_HEADERS) SOURCES += Makefile.in \ - tailrec.c strength_red.c ldstopt.c + cfopt.c tailrec.c strength_red.c ldstopt.c include $(topdir)/MakeRules -- 2.20.1