aboutsummaryrefslogtreecommitdiffstats
path: root/backend/RTLtyping.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 /backend/RTLtyping.v
parentabe2bb5c40260a31ce5ee27b841bcbd647ff8b88 (diff)
downloadcompcert-kvx-5a4bd6f2636df432383bb3144f91816742d2fa53.tar.gz
compcert-kvx-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 'backend/RTLtyping.v')
-rw-r--r--backend/RTLtyping.v3
1 files changed, 1 insertions, 2 deletions
diff --git a/backend/RTLtyping.v b/backend/RTLtyping.v
index a002746a..49f339d0 100644
--- a/backend/RTLtyping.v
+++ b/backend/RTLtyping.v
@@ -430,8 +430,7 @@ Qed.
property: if the execution does not fail because of a failed run-time
test, the result values and register states match the static
typing assumptions. This preservation property will be useful
- later for the proof of semantic equivalence between
- [Machabstr] and [Machconcr].
+ later for the proof of semantic equivalence between [Linear] and [Mach].
Even though we do not need it for [RTL], we show preservation for [RTL]
here, as a warm-up exercise and because some of the lemmas will be
useful later. *)