aboutsummaryrefslogtreecommitdiffstats
path: root/mppa_k1c/Asmblockgenproof.v
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-04-24 12:04:33 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-04-24 12:04:33 +0200
commitaa3ac1afb0b05a2d80f697c2179b59f8c73c83fb (patch)
treea862a409145b41dcc63fcc318b096fe0576a03a4 /mppa_k1c/Asmblockgenproof.v
parent4dd6603a4500e4de1315f2f1015dc615911d4c3d (diff)
downloadcompcert-kvx-aa3ac1afb0b05a2d80f697c2179b59f8c73c83fb.tar.gz
compcert-kvx-aa3ac1afb0b05a2d80f697c2179b59f8c73c83fb.zip
make_prologue à part
Diffstat (limited to 'mppa_k1c/Asmblockgenproof.v')
-rw-r--r--mppa_k1c/Asmblockgenproof.v6
1 files changed, 3 insertions, 3 deletions
diff --git a/mppa_k1c/Asmblockgenproof.v b/mppa_k1c/Asmblockgenproof.v
index e3be258a..c6c88681 100644
--- a/mppa_k1c/Asmblockgenproof.v
+++ b/mppa_k1c/Asmblockgenproof.v
@@ -234,7 +234,7 @@ Lemma transl_find_label:
end.
Proof.
intros. monadInv H. destruct (zlt Ptrofs.max_unsigned (size_blocks (fn_blocks x))); inv EQ0. clear g.
- monadInv EQ. simpl fn_blocks. repeat (rewrite find_label_nil); simpl; auto.
+ monadInv EQ. unfold make_prologue. simpl fn_blocks. repeat (rewrite find_label_nil); simpl; auto.
eapply transl_blocks_label; eauto.
Qed.
@@ -1686,11 +1686,11 @@ Proof.
- eexact W'.
- eexact W. }
exploit exec_straight_steps_2; eauto using functions_transl.
- simpl fn_blocks. simpl fn_blocks in g. unfold tfbody. simpl bblock_single_inst. omega. constructor.
+ simpl fn_blocks. unfold make_prologue in g. simpl fn_blocks in g. unfold tfbody. simpl bblock_single_inst. omega. constructor.
intros (ofs' & X & Y).
left; exists (State rs3' m3'); split.
eapply exec_straight_steps_1; eauto.
- simpl fn_blocks. simpl fn_blocks in g. unfold tfbody. simpl bblock_single_inst. omega.
+ simpl fn_blocks. unfold make_prologue in g. simpl fn_blocks in g. unfold tfbody. simpl bblock_single_inst. omega.
constructor.
econstructor; eauto.
rewrite X; econstructor; eauto.