combine.c (simplify_and_const_int): Simplify (AND (PLUS X Y) C) if C has only low...
authorRichard Henderson <rth@redhat.com>
Wed, 12 Dec 2001 05:58:12 +0000 (21:58 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 12 Dec 2001 05:58:12 +0000 (21:58 -0800)
commit8deb7514502cebe4e025bd278a511fd930dc28e0
treeae84d54ddf94c6dcc08f43e650d604d6b76df2fb
parent3dba42519e2aba3e1e48a75c29dd5d2554e1789f
combine.c (simplify_and_const_int): Simplify (AND (PLUS X Y) C) if C has only low bits set and doesn't intersect...

        * 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.

From-SVN: r47921
gcc/ChangeLog
gcc/combine.c