aboutsummaryrefslogtreecommitdiffstats
path: root/cfrontend/Cshmgenproof2.v
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2006-09-19 15:13:42 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2006-09-19 15:13:42 +0000
commiteb7c8587f462adca878088ef5f610c81734efc70 (patch)
tree6771c5be9d0d6048357be99c663ec64981ad63dd /cfrontend/Cshmgenproof2.v
parent165407527b1be7df6a376791719321c788e55149 (diff)
downloadcompcert-eb7c8587f462adca878088ef5f610c81734efc70.tar.gz
compcert-eb7c8587f462adca878088ef5f610c81734efc70.zip
Meilleure compilation de la negation booleenne
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@112 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'cfrontend/Cshmgenproof2.v')
-rw-r--r--cfrontend/Cshmgenproof2.v6
1 files changed, 0 insertions, 6 deletions
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: