added real funccall optimization
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 14 Mar 2005 14:48:14 +0000 (14:48 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 14 Mar 2005 14:48:14 +0000 (14:48 +0000)
[r5388]

ir/opt/Makefile.in

index ce235fd..2b87631 100644 (file)
@@ -16,14 +16,14 @@ topdir = ../..
 subdir := ir/ir
 
 INSTALL_HEADERS = cfopt.h tailrec.h ldstopt.h strength_red.h reassoc.h \
-               loop_unrolling.h opt_polymorphy.h
+               loop_unrolling.h funccall.h opt_polymorphy.h
 
 SOURCES = $(INSTALL_HEADERS)
 
 SOURCES +=     Makefile.in \
                cfopt.c tailrec.c strength_red.c ldstopt.c reassoc.c \
-               loop_unrolling.c ifconv.c scalar_replace.c opt_polymorphy.c
-
+               loop_unrolling.c ifconv.c scalar_replace.c funccall.c \
+               opt_polymorphy.c
 
 include $(topdir)/MakeRules