Reassociation added
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 26 Oct 2004 14:39:38 +0000 (14:39 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 26 Oct 2004 14:39:38 +0000 (14:39 +0000)
[r4215]

ir/opt/Makefile.in

index 682ef7f..90e0638 100644 (file)
@@ -15,12 +15,12 @@ srcdir = @srcdir@
 topdir = ../..
 subdir := ir/ir
 
-INSTALL_HEADERS = cfopt.h tailrec.h ldstopt.h strength_red.h
+INSTALL_HEADERS = cfopt.h tailrec.h ldstopt.h strength_red.h reassoc.h
 
 SOURCES = $(INSTALL_HEADERS)
 
 SOURCES +=     Makefile.in \
-               cfopt.c tailrec.c strength_red.c ldstopt.c
+               cfopt.c tailrec.c strength_red.c ldstopt.c reassoc.c
 
 include $(topdir)/MakeRules