Skip to content
Snippets Groups Projects
Commit 9f95f9d5 authored by xleroy's avatar xleroy
Browse files

More resistant proof

git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1296 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
parent eba76137
No related branches found
No related tags found
No related merge requests found
......@@ -231,7 +231,6 @@ Proof.
inv H4.
assert (Some v1 = Some (Val.load_result (chunk_of_type ty) v')).
rewrite <- LOAD1. eapply Mem.load_store_same; eauto.
replace (type_of_chunk (chunk_of_type ty)) with ty. auto.
destruct ty; auto.
inv H4. rewrite load_result_ty; auto.
auto.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment