aboutsummaryrefslogtreecommitdiffstats
path: root/powerpc/Asmgenretaddr.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 /powerpc/Asmgenretaddr.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 'powerpc/Asmgenretaddr.v')
-rw-r--r--powerpc/Asmgenretaddr.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/powerpc/Asmgenretaddr.v b/powerpc/Asmgenretaddr.v
index a15bf736..5b1f7d53 100644
--- a/powerpc/Asmgenretaddr.v
+++ b/powerpc/Asmgenretaddr.v
@@ -13,7 +13,7 @@
(** Predictor for return addresses in generated PPC code.
The [return_address_offset] predicate defined here is used in the
- concrete semantics for Mach (module [Machconcr]) to determine the
+ semantics for Mach (module [Machsem]) to determine the
return addresses that are stored in activation records. *)
Require Import Coqlib.