Commit a8647766 by Richard Kenner

Update comment.

From-SVN: r8283
parent ca72f752
...@@ -1718,9 +1718,9 @@ constrain_operands (insn_code_num, strict) ...@@ -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)))
......
...@@ -2417,7 +2417,7 @@ find_reloads (insn, replace, ind_levels, live_known, reload_reg_p) ...@@ -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);
......
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