diff options
author | Jeff Law <law@gcc.gnu.org> | 1999-07-12 07:35:07 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-07-12 07:35:07 -0600 |
commit | ae2591ab41e0e307c677283d739abd30bfec1d69 (patch) | |
tree | 3ad075c6adf8a7cebaf833762d9a3283eacebcea | |
parent | cbbc503edd4ed154d86e4f7bd915e28ba616b610 (diff) | |
download | gcc-ae2591ab41e0e307c677283d739abd30bfec1d69.zip gcc-ae2591ab41e0e307c677283d739abd30bfec1d69.tar.gz gcc-ae2591ab41e0e307c677283d739abd30bfec1d69.tar.bz2 |
Remove redundant definition of constant_part that slipped through.
From-SVN: r28067
-rw-r--r-- | gcc/expr.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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))) |