aboutsummaryrefslogtreecommitdiffstats
path: root/common/Main.v
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2008-07-08 12:04:42 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2008-07-08 12:04:42 +0000
commit611e7b09253dbbb98e9cd4ca4e07a60b50e693fd (patch)
treed784e293ec226fec40c12399816824e24a921899 /common/Main.v
parent0290650b7463088bb228bc96d3143941590b54dd (diff)
downloadcompcert-611e7b09253dbbb98e9cd4ca4e07a60b50e693fd.tar.gz
compcert-611e7b09253dbbb98e9cd4ca4e07a60b50e693fd.zip
Fusion partielle de la branche contsem:
- semantiques a continuation pour Cminor et CminorSel - goto dans Cminor Suppression de backend/RTLbigstep.v, devenu inutile. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@692 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'common/Main.v')
-rw-r--r--common/Main.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/Main.v b/common/Main.v
index e5f6280c..f50640ae 100644
--- a/common/Main.v
+++ b/common/Main.v
@@ -283,8 +283,8 @@ Proof.
destruct (transform_program_compose _ _ _ _ _ _ _ _ H2) as [p1 [H1 P1]].
generalize (transform_partial_program_identity _ _ _ _ H1). clear H1. intro. subst p1.
apply transf_rtl_program_correct with p3. auto.
- apply RTLgenproof.transl_program_correct with p2; auto.
- rewrite <- P1. apply Selectionproof.sel_program_correct; auto.
+ apply RTLgenproof.transf_program_correct with p2; auto.
+ rewrite <- P1. apply Selectionproof.transf_program_correct; auto.
Qed.
Theorem transf_c_program_correct: