2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2024-12-29 04:54:39 +08:00

Remove redundant definition of constant_part that slipped through.

From-SVN: r28067
This commit is contained in:
Jeff Law 1999-07-12 07:35:07 -06:00
parent cbbc503edd
commit ae2591ab41

View File

@ -6968,8 +6968,6 @@ expand_expr (exp, target, tmode, modifier)
if (modifier == EXPAND_SUM || modifier == EXPAND_INITIALIZER
|| mode == ptr_mode)
{
rtx constant_part;
if (TREE_CODE (TREE_OPERAND (exp, 0)) == INTEGER_CST
&& GET_MODE_BITSIZE (mode) <= HOST_BITS_PER_WIDE_INT
&& TREE_CONSTANT (TREE_OPERAND (exp, 1)))