aboutsummaryrefslogtreecommitdiffstats
path: root/cfrontend/Cshmgenproof.v
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2013-11-06 13:51:31 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2013-11-06 13:51:31 +0000
commitf8202f62ed65d15738e0868005c856168a302696 (patch)
treed9a16b650e62be1c15830eb41f9339485e948bd8 /cfrontend/Cshmgenproof.v
parentf9c799143067c3197dc925f7fd916206d075a25d (diff)
downloadcompcert-kvx-f8202f62ed65d15738e0868005c856168a302696.tar.gz
compcert-kvx-f8202f62ed65d15738e0868005c856168a302696.zip
- Recognize __builtin_fabs as an operator, not just a builtin,
enabling more aggressive optimizations. - Less aggressive CSE for EF_builtin builtins, causes problems for __builtin_write{16,32}_reversed. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2363 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'cfrontend/Cshmgenproof.v')
-rw-r--r--cfrontend/Cshmgenproof.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/cfrontend/Cshmgenproof.v b/cfrontend/Cshmgenproof.v
index 1eb5830d..851e3f27 100644
--- a/cfrontend/Cshmgenproof.v
+++ b/cfrontend/Cshmgenproof.v
@@ -598,6 +598,7 @@ Proof.
eapply make_notbool_correct; eauto.
eapply make_notint_correct; eauto.
eapply make_neg_correct; eauto.
+ inv H. unfold sem_absfloat in H0. destruct va; inv H0. eauto with cshm.
Qed.
Lemma transl_binop_correct: