Remove redundant definition of constant_part that slipped through.
authorJeff Law <law@gcc.gnu.org>
Mon, 12 Jul 1999 13:35:07 +0000 (07:35 -0600)
committerJeff Law <law@gcc.gnu.org>
Mon, 12 Jul 1999 13:35:07 +0000 (07:35 -0600)
From-SVN: r28067

gcc/expr.c

index 111e6eb..855cf78 100644 (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)))