From eb7c8587f462adca878088ef5f610c81734efc70 Mon Sep 17 00:00:00 2001 From: xleroy Date: Tue, 19 Sep 2006 15:13:42 +0000 Subject: Meilleure compilation de la negation booleenne git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@112 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- cfrontend/Cshmgenproof2.v | 6 ------ 1 file changed, 6 deletions(-) (limited to 'cfrontend/Cshmgenproof2.v') diff --git a/cfrontend/Cshmgenproof2.v b/cfrontend/Cshmgenproof2.v index 1a5eaa0a..0458bd56 100644 --- a/cfrontend/Cshmgenproof2.v +++ b/cfrontend/Cshmgenproof2.v @@ -171,12 +171,6 @@ Proof. intros until m2; intro SEM. unfold make_notbool. functional inversion SEM; intros; inversion H4; simpl; eauto with cshm. - eapply make_binop_correct. - eapply make_binop_correct. eauto. eauto with cshm. - simpl; reflexivity. reflexivity. eauto with cshm. - simpl. rewrite Float.cmp_ne_eq. - destruct (Float.cmp Ceq f Float.zero); reflexivity. - traceEq. Qed. Lemma make_notint_correct: -- cgit