(simplify_binary_operation...
authorJim Wilson <wilson@gcc.gnu.org>
Sat, 8 Jun 1996 02:36:34 +0000 (19:36 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Sat, 8 Jun 1996 02:36:34 +0000 (19:36 -0700)
commit2d917903294885f0f65accf65a231e89a4b2778f
tree9a278383f95b70ca22082627007203ee9d7af526
parent44803a5b367cca38aaeb345bd49ed27ab795e918
(simplify_binary_operation...

(simplify_binary_operation, case MULT): Check for case
where width is larger than HOST_BITS_PER_WIDE_INT, and upper most
bit is set.  We can not generate a simple shift in this case.

From-SVN: r12238
gcc/cse.c