added new optimize_cf
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 22 Sep 2004 09:38:37 +0000 (09:38 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 22 Sep 2004 09:38:37 +0000 (09:38 +0000)
[r3915]

ir/opt/Makefile.in

index 4009ff9..682ef7f 100644 (file)
@@ -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