* combine.c (simplify_logical): Only simplify logical expressions
commit9ab662fc958300c6735a7d8245e185d761d34477
authorsayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 23 Jan 2005 15:43:56 +0000 (23 15:43 +0000)
committersayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 23 Jan 2005 15:43:56 +0000 (23 15:43 +0000)
treebcf4c83c4d6cd68bd4c7ba659abafda685abfe03
parent9b67edb73614642b91225abbbfbb580d49a267bc
* combine.c (simplify_logical): Only simplify logical expressions
of the form ior(and(x,y),z) by the inverse distributive law if the
result is cheaper than the original.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94114 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/combine.c