From: Michael Beck Date: Wed, 22 Sep 2004 09:38:37 +0000 (+0000) Subject: added new optimize_cf X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=f4a6fc097bc33baf21e2031d9a656c0deefb3778;p=libfirm added new optimize_cf [r3915] --- 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