Load/Store optimization added
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 17 Sep 2004 17:10:17 +0000 (17:10 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 17 Sep 2004 17:10:17 +0000 (17:10 +0000)
[r3897]

ir/opt/Makefile.in

index 5c2bd8f..4009ff9 100644 (file)
@@ -15,12 +15,12 @@ srcdir = @srcdir@
 topdir = ../..
 subdir := ir/ir
 
-INSTALL_HEADERS = tailrec.h strength_red.h
+INSTALL_HEADERS = cfopt.h tailrec.h ldstopt.h strength_red.h
 
 SOURCES = $(INSTALL_HEADERS)
 
 SOURCES +=     Makefile.in \
-               tailrec.c strength_red.c
+               tailrec.c strength_red.c ldstopt.c
 
 include $(topdir)/MakeRules