OSDN Git Service

* combine.c (simplify_and_const_int): Simplify (AND (PLUS X Y) C)
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Dec 2001 05:58:12 +0000 (05:58 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Dec 2001 05:58:12 +0000 (05:58 +0000)
commit0af94772ae11789901c6b1d1363828db5c91a314
treeae84d54ddf94c6dcc08f43e650d604d6b76df2fb
parent9a6eb849bf78c93b91dec55501b038ab96e4dfa5
    * combine.c (simplify_and_const_int): Simplify (AND (PLUS X Y) C)
        if C has only low bits set and doesn't intersect with X or Y.

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