From b8cfacb28ce66fe9e0cf59d18526aaef2d8cb642 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Mon, 14 Mar 2005 14:48:14 +0000 Subject: [PATCH] added real funccall optimization [r5388] --- ir/opt/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.20.1