optimize polymorphic field accesses
[libfirm] / ir / opt / Makefile.in
index 63ec1b8..ce235fd 100644 (file)
@@ -16,13 +16,13 @@ topdir = ../..
 subdir := ir/ir
 
 INSTALL_HEADERS = cfopt.h tailrec.h ldstopt.h strength_red.h reassoc.h \
-               loop_unrolling.h
+               loop_unrolling.h opt_polymorphy.h
 
 SOURCES = $(INSTALL_HEADERS)
 
 SOURCES +=     Makefile.in \
                cfopt.c tailrec.c strength_red.c ldstopt.c reassoc.c \
-               loop_unrolling.c
+               loop_unrolling.c ifconv.c scalar_replace.c opt_polymorphy.c
 
 
 include $(topdir)/MakeRules