combine.c (simplify_compare_const): Use GET_MODE_MASK to filter out unnecessary bits...
authorChung-Ju Wu <jasonwucj@gmail.com>
Wed, 10 Apr 2013 09:12:30 +0000 (09:12 +0000)
committerChung-Ju Wu <jasonwucj@gcc.gnu.org>
Wed, 10 Apr 2013 09:12:30 +0000 (09:12 +0000)
commit34ab4a5b70675e801d0cd5a68b50e770d1fe864e
tree74c6d194cd2df933596856be52c93e6ba5e63003
parentabf9bfbc31e7d9d8f0b189dd17b59f5e96006456
combine.c (simplify_compare_const): Use GET_MODE_MASK to filter out unnecessary bits in the constant power of two case.

2013-04-10  Chung-Ju Wu  <jasonwucj@gmail.com>

* combine.c (simplify_compare_const): Use GET_MODE_MASK to filter out
unnecessary bits in the constant power of two case.

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