From: Michael Beck Date: Mon, 14 Mar 2005 14:48:14 +0000 (+0000) Subject: added real funccall optimization X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=b8cfacb28ce66fe9e0cf59d18526aaef2d8cb642;p=libfirm added real funccall optimization [r5388] --- diff --git a/ir/opt/Makefile.in b/ir/opt/Makefile.in index ce235fd5f..2b8763185 100644 --- a/ir/opt/Makefile.in +++ b/ir/opt/Makefile.in @@ -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