OSDN Git Service

(simplify_binary_operation, case MULT): Check for case
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 8 Jun 1996 02:36:34 +0000 (02:36 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 8 Jun 1996 02:36:34 +0000 (02:36 +0000)
commitcd2007458db326ce0778150019449f939323aa0f
tree9a278383f95b70ca22082627007203ee9d7af526
parent46b265bf22b8bb3b1e7b27d5294c542ccad703ee
(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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12238 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cse.c