(find_reloads_toplev): Replace obsolete reference to
BYTE_LOADS_*_EXTEND with LOAD_EXTEND_OP. From-SVN: r6174
This commit is contained in:
parent
bb2049d1b8
commit
fd72420f23
@ -3888,7 +3888,7 @@ find_reloads_toplev (x, opnum, type, ind_levels, is_set_dest)
|
||||
force a reload in that case. So we should not do anything here. */
|
||||
|
||||
else if (regno >= FIRST_PSEUDO_REGISTER
|
||||
#if defined(BYTE_LOADS_ZERO_EXTEND) || defined(BYTE_LOADS_SIGN_EXTEND)
|
||||
#ifdef LOAD_EXTEND_OP
|
||||
&& (GET_MODE_SIZE (GET_MODE (x))
|
||||
<= GET_MODE_SIZE (GET_MODE (SUBREG_REG (x))))
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user