summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2011-08-16 11:52:56 +0000
committerGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2011-08-16 11:52:56 +0000
commit2ee7552c01a9e42754f9e3c99881b9399958cdda (patch)
treee6f710b27fe556ef4d5ebbd2e60a2e23f831ab99 /Makefile
parentcfe40ae85583cabd33315c9432d1f60e98e0d132 (diff)
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fc2158e..54c0cf4 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 \