aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Compiler.v
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2011-04-09 17:16:55 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2011-04-09 17:16:55 +0000
commit5a4bd6f2636df432383bb3144f91816742d2fa53 (patch)
tree9f08067aebd72e17dd0d3ae79f99c7e279284ee7 /driver/Compiler.v
parentabe2bb5c40260a31ce5ee27b841bcbd647ff8b88 (diff)
downloadcompcert-5a4bd6f2636df432383bb3144f91816742d2fa53.tar.gz
compcert-5a4bd6f2636df432383bb3144f91816742d2fa53.zip
Renamed Machconcr into Machsem.
Removed Machabstr and Machabstr2concr, now useless following the reengineering of Stacking. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1633 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'driver/Compiler.v')
-rw-r--r--driver/Compiler.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/driver/Compiler.v b/driver/Compiler.v
index 025b8af7..cf05b3c5 100644
--- a/driver/Compiler.v
+++ b/driver/Compiler.v
@@ -33,6 +33,7 @@ Require LTL.
Require LTLin.
Require Linear.
Require Mach.
+Require Machsem.
Require Asm.
(** Translation passes. *)
Require Initializers.