From 705351d9c7a352e28bad58a96bb65578166e4477 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Sat, 14 Jan 2006 20:59:10 +0000 Subject: [PATCH] opt_confirms.h is now global visible [r7239] --- ir/opt/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ir/opt/Makefile.in b/ir/opt/Makefile.in index cd7defb04..367017ad5 100644 --- a/ir/opt/Makefile.in +++ b/ir/opt/Makefile.in @@ -18,14 +18,14 @@ subdir := ir/ir INSTALL_HEADERS = cfopt.h tailrec.h ldstopt.h strength_red.h reassoc.h \ loop_unrolling.h funccall.h opt_polymorphy.h ifconv.h \ return.h tropt.h scalar_replace.h escape_ana.h \ - proc_cloning.h + proc_cloning.h opt_confirms.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 funccall.c \ - opt_polymorphy.c return.c tropt.c opt_confirms.c opt_confirms.h \ + opt_polymorphy.c return.c tropt.c opt_confirms.c \ escape_ana.c proc_cloning.c include $(topdir)/MakeRules -- 2.20.1