From ae2591ab41e0e307c677283d739abd30bfec1d69 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Mon, 12 Jul 1999 07:35:07 -0600 Subject: [PATCH] Remove redundant definition of constant_part that slipped through. From-SVN: r28067 --- gcc/expr.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gcc/expr.c b/gcc/expr.c index 111e6ebe3f1..855cf786a39 100644 --- a/gcc/expr.c +++ b/gcc/expr.c @@ -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))) -- 2.30.2