fold-const.c (fold_truthop): Optimize bitfield references with different masks as...
authorCharles M. Hannum <root@ihack.net>
Fri, 26 Mar 1999 22:46:33 +0000 (15:46 -0700)
committerJeff Law <law@gcc.gnu.org>
Fri, 26 Mar 1999 22:46:33 +0000 (15:46 -0700)
commit11a86c5688cfcf22c52cf737070a8d3df5a59285
tree9e363eeae831179c59d373004651dd6f32159c23
parentbd910dcf7a3d8b71c4305c91c22e2e4831554dcf
fold-const.c (fold_truthop): Optimize bitfield references with different masks as long as their size and bit...

        * fold-const.c (fold_truthop): Optimize bitfield references with
        different masks as long as their size and bit position are the same.

From-SVN: r26006
gcc/ChangeLog
gcc/fold-const.c