From 2ee7552c01a9e42754f9e3c99881b9399958cdda Mon Sep 17 00:00:00 2001 From: xleroy Date: Tue, 16 Aug 2011 11:52:56 +0000 Subject: New backend pass "RRE": optimize (somewhat) redundant reloads introduced by the Reload pass. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1713 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fc2158e5..54c0cf48 100644 --- a/Makefile +++ b/Makefile @@ -63,6 +63,7 @@ BACKEND=\ CleanupLabels.v CleanupLabelsproof.v CleanupLabelstyping.v \ Linear.v Lineartyping.v \ Parallelmove.v Reload.v Reloadproof.v Reloadtyping.v \ + RRE.v RREproof.v RREtyping.v \ Mach.v Machtyping.v \ Bounds.v Stacklayout.v Stacking.v Stackingproof.v Stackingtyping.v \ Machsem.v \ -- cgit