re PR rtl-optimization/17151 (x >> (y % WORDSIZE) not optimized)
authorRoger Sayle <roger@eyesopen.com>
Sun, 26 Sep 2004 14:55:37 +0000 (14:55 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Sun, 26 Sep 2004 14:55:37 +0000 (14:55 +0000)
commit5c8c573a86eddc5949d59c602704775d1671a8fb
treedb4293301b71d4308679247cdc600896820a00f2
parentbf4d99cf13529bf27567caaa6f305f276162d787
re PR rtl-optimization/17151 (x >> (y % WORDSIZE) not optimized)

PR middle-end/17151
* combine.c (force_to_mode): Remove dubious early return test that
inhibits further optimization.

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