From b7856810c4f44ecf4a073f8eafa714095e949887 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Tue, 26 Oct 2004 14:39:38 +0000 Subject: [PATCH] Reassociation added [r4215] --- 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 682ef7ff8..90e0638d4 100644 --- a/ir/opt/Makefile.in +++ b/ir/opt/Makefile.in @@ -15,12 +15,12 @@ srcdir = @srcdir@ topdir = ../.. subdir := ir/ir -INSTALL_HEADERS = cfopt.h tailrec.h ldstopt.h strength_red.h +INSTALL_HEADERS = cfopt.h tailrec.h ldstopt.h strength_red.h reassoc.h SOURCES = $(INSTALL_HEADERS) SOURCES += Makefile.in \ - cfopt.c tailrec.c strength_red.c ldstopt.c + cfopt.c tailrec.c strength_red.c ldstopt.c reassoc.c include $(topdir)/MakeRules -- 2.20.1