| Index: gcc/gcc/reload.c
|
| diff --git a/gcc/gcc/reload.c b/gcc/gcc/reload.c
|
| index 673dca97159425fbd61777418cf3bb24755acb40..d188233e5049cbda8a23a31583036eb68a633332 100644
|
| --- a/gcc/gcc/reload.c
|
| +++ b/gcc/gcc/reload.c
|
| @@ -4692,9 +4692,6 @@ find_reloads_toplev (rtx x, int opnum, enum reload_type type,
|
| && reg_equiv_constant[regno] != 0)
|
| {
|
| tem =
|
| - GET_MODE (x) == GET_MODE(reg_equiv_constant[regno]) ?
|
| - reg_equiv_constant[regno]
|
| - :
|
| simplify_gen_subreg (GET_MODE (x), reg_equiv_constant[regno],
|
| GET_MODE (SUBREG_REG (x)), SUBREG_BYTE (x));
|
| gcc_assert (tem);
|
|
|