aboutsummaryrefslogtreecommitdiffstats
path: root/common/Main.v
diff options
context:
space:
mode:
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: