aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2009-08-17 14:24:34 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2009-08-17 14:24:34 +0000
commit2199fd1838ab1c32d55c760e92b97077d8eaae50 (patch)
tree1f82bf1de35a821e065403dd510f54510627aa66 /Makefile
parent4b119d6f9f0e846edccaf5c08788ca1615b22526 (diff)
downloadcompcert-2199fd1838ab1c32d55c760e92b97077d8eaae50.tar.gz
compcert-2199fd1838ab1c32d55c760e92b97077d8eaae50.zip
Refactored Selection.v and Selectionproof.v into a machine-dependent part + a machine-independent part.
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1125 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f253e3ac..cba86c68 100644
--- a/Makefile
+++ b/Makefile
@@ -47,7 +47,7 @@ COMMON=Errors.v AST.v Events.v Globalenvs.v Mem.v Values.v \
BACKEND=\
Cminor.v Op.v CminorSel.v \
- Selection.v Selectionproof.v \
+ SelectOp.v Selection.v SelectOpproof.v Selectionproof.v \
Registers.v RTL.v \
RTLgen.v RTLgenspec.v RTLgenproof.v \
Tailcall.v Tailcallproof.v \