Update comment.

From-SVN: r8283
This commit is contained in:
Richard Kenner 1994-10-17 11:30:22 -04:00
parent ca72f752bf
commit a864776614
2 changed files with 4 additions and 4 deletions

View File

@ -1718,9 +1718,9 @@ constrain_operands (insn_code_num, strict)
case 'p': case 'p':
/* p is used for address_operands. When we are called by /* p is used for address_operands. When we are called by
gen_input_reload, no one will have checked that the gen_reload, no one will have checked that the address is
address is strictly valid, i.e., that all pseudos strictly valid, i.e., that all pseudos requiring hard regs
requiring hard regs have gotten them. */ have gotten them. */
if (strict <= 0 if (strict <= 0
|| (strict_memory_address_p || (strict_memory_address_p
(insn_operand_mode[insn_code_num][opno], op))) (insn_operand_mode[insn_code_num][opno], op)))

View File

@ -2417,7 +2417,7 @@ find_reloads (insn, replace, ind_levels, live_known, reload_reg_p)
&& &SET_DEST (set) == recog_operand_loc[i]); && &SET_DEST (set) == recog_operand_loc[i]);
else if (code == PLUS) else if (code == PLUS)
/* We can get a PLUS as an "operand" as a result of /* 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] substed_operand[i] = recog_operand[i] = *recog_operand_loc[i]
= find_reloads_toplev (recog_operand[i], i, address_type[i], = find_reloads_toplev (recog_operand[i], i, address_type[i],
ind_levels, 0); ind_levels, 0);