(find_reloads_toplev): Replace obsolete reference to

BYTE_LOADS_*_EXTEND with LOAD_EXTEND_OP.

From-SVN: r6174
This commit is contained in:
Richard Kenner 1993-12-02 06:45:55 -05:00
parent bb2049d1b8
commit fd72420f23
1 changed files with 1 additions and 1 deletions

View File

@ -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