Update comment.
From-SVN: r8283
This commit is contained in:
parent
ca72f752bf
commit
a864776614
@ -1718,9 +1718,9 @@ constrain_operands (insn_code_num, strict)
|
||||
|
||||
case 'p':
|
||||
/* p is used for address_operands. When we are called by
|
||||
gen_input_reload, no one will have checked that the
|
||||
address is strictly valid, i.e., that all pseudos
|
||||
requiring hard regs have gotten them. */
|
||||
gen_reload, no one will have checked that the address is
|
||||
strictly valid, i.e., that all pseudos requiring hard regs
|
||||
have gotten them. */
|
||||
if (strict <= 0
|
||||
|| (strict_memory_address_p
|
||||
(insn_operand_mode[insn_code_num][opno], op)))
|
||||
|
@ -2417,7 +2417,7 @@ find_reloads (insn, replace, ind_levels, live_known, reload_reg_p)
|
||||
&& &SET_DEST (set) == recog_operand_loc[i]);
|
||||
else if (code == PLUS)
|
||||
/* We can get a PLUS as an "operand" as a result of
|
||||
register elimination. See eliminate_regs and gen_input_reload. */
|
||||
register elimination. See eliminate_regs and gen_reload. */
|
||||
substed_operand[i] = recog_operand[i] = *recog_operand_loc[i]
|
||||
= find_reloads_toplev (recog_operand[i], i, address_type[i],
|
||||
ind_levels, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user