Commit fd72420f by Richard Kenner

(find_reloads_toplev): Replace obsolete reference to

BYTE_LOADS_*_EXTEND with LOAD_EXTEND_OP.

From-SVN: r6174
parent bb2049d1
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment