aboutsummaryrefslogtreecommitdiffstats
path: root/backend/Deadcodeproof.v
diff options
context:
space:
mode:
authorMaxime Dénès <mail@maximedenes.fr>2016-12-20 23:19:49 +0100
committerMaxime Dénès <mail@maximedenes.fr>2017-01-09 15:31:17 +0100
commit2ba24b0fcbda5b2478baa151eab10397ab0b55ce (patch)
treed11f000e82a63b33658792c0c55774c8867b14ee /backend/Deadcodeproof.v
parent7f387ddfd4443b6efe21793834445e2a659e9922 (diff)
downloadcompcert-kvx-2ba24b0fcbda5b2478baa151eab10397ab0b55ce.tar.gz
compcert-kvx-2ba24b0fcbda5b2478baa151eab10397ab0b55ce.zip
Fix broken fragile automation.
Diffstat (limited to 'backend/Deadcodeproof.v')
-rw-r--r--backend/Deadcodeproof.v3
1 files changed, 2 insertions, 1 deletions
diff --git a/backend/Deadcodeproof.v b/backend/Deadcodeproof.v
index 52f1f112..fa402e9f 100644
--- a/backend/Deadcodeproof.v
+++ b/backend/Deadcodeproof.v
@@ -978,7 +978,8 @@ Ltac UseTransfer :=
eapply match_succ_states; eauto. simpl; auto.
destruct res; auto. apply eagree_set_undef; auto.
eapply magree_storebytes_left; eauto.
- exploit aaddr_arg_sound; eauto.
+ clear H3.
+ exploit aaddr_arg_sound; eauto.
intros (bc & A & B & C).
intros. eapply nlive_contains; eauto.
erewrite Mem.loadbytes_length in H0 by eauto.