From 5d5bf06f9d95433c266a2ff32f4b3fc84dcd04ae Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Fri, 17 Sep 2004 17:10:17 +0000 Subject: [PATCH] Load/Store optimization added [r3897] --- 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 5c2bd8f90..4009ff973 100644 --- a/ir/opt/Makefile.in +++ b/ir/opt/Makefile.in @@ -15,12 +15,12 @@ srcdir = @srcdir@ topdir = ../.. subdir := ir/ir -INSTALL_HEADERS = tailrec.h strength_red.h +INSTALL_HEADERS = cfopt.h tailrec.h ldstopt.h strength_red.h SOURCES = $(INSTALL_HEADERS) SOURCES += Makefile.in \ - tailrec.c strength_red.c + tailrec.c strength_red.c ldstopt.c include $(topdir)/MakeRules -- 2.20.1