aboutsummaryrefslogtreecommitdiffstats
path: root/aarch64/Asmgenproof.v
diff options
context:
space:
mode:
authorLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2020-10-19 16:31:54 +0200
committerLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2020-10-19 16:31:54 +0200
commitfd7485fb5dbff2e598fe46aece9829c7dfe0ec62 (patch)
tree76ee0253203d44f0e7318c9ac81ca33c858b067b /aarch64/Asmgenproof.v
parenta70e5fc5b6310513803cf26ca91bdc3b4384d706 (diff)
downloadcompcert-kvx-fd7485fb5dbff2e598fe46aece9829c7dfe0ec62.tar.gz
compcert-kvx-fd7485fb5dbff2e598fe46aece9829c7dfe0ec62.zip
Typo in label_pos_preserved hyp
Diffstat (limited to 'aarch64/Asmgenproof.v')
-rw-r--r--aarch64/Asmgenproof.v3
1 files changed, 1 insertions, 2 deletions
diff --git a/aarch64/Asmgenproof.v b/aarch64/Asmgenproof.v
index db6548fe..7862e9a6 100644
--- a/aarch64/Asmgenproof.v
+++ b/aarch64/Asmgenproof.v
@@ -1587,8 +1587,7 @@ Proof.
destruct (peq _ _); try intuition congruence.
Qed.
-Lemma label_pos_preserved b f lbl z tf: forall
- (FIND: Genv.find_funct_ptr ge b = Some (Internal f))
+Lemma label_pos_preserved f lbl z tf: forall
(FINDF: transf_function f = OK tf),
label_pos lbl z (fn_blocks f) = Asm.label_pos lbl z (Asm.fn_code tf).
Proof.