From 2ba24b0fcbda5b2478baa151eab10397ab0b55ce Mon Sep 17 00:00:00 2001 From: Maxime Dénès Date: Tue, 20 Dec 2016 23:19:49 +0100 Subject: Fix broken fragile automation. --- backend/Deadcodeproof.v | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'backend/Deadcodeproof.v') 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. -- cgit