Commit a8fdc208 by Richard Stallman

*** empty log message ***

From-SVN: r248
parent 0e48b5a2
......@@ -4719,10 +4719,10 @@ emit_reload_insns (insn)
new_icode = reload_in_optab[(int) mode];
if (new_icode != CODE_FOR_nothing
&& ((insn_operand_predicate[(int) new_icode][0]
&& ! (insn_operand_predicate[(int) new_icode][0]
&& ! ((*insn_operand_predicate[(int) new_icode][0])
(reloadreg, mode)))
|| (insn_operand_predicate[(int) new_icode]
&& ! (insn_operand_predicate[(int) new_icode][1]
|| (insn_operand_predicate[(int) new_icode][1]
&& ! ((*insn_operand_predicate[(int) new_icode][1])
(oldequiv, mode)))))
new_icode = CODE_FOR_nothing;
......
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