Commit 0aaf4a58 by Richard Kenner

(reloads_conflict, case RELOAD_FOR_OUTPUT): Fix typo.

From-SVN: r7140
parent 6c396fb5
......@@ -4463,7 +4463,7 @@ reloads_conflict (r1, r2)
case RELOAD_FOR_OUTPUT:
return (r2_type == RELOAD_FOR_INSN || r2_type == RELOAD_FOR_OUTPUT
|| (r2_type == RELOAD_FOR_OPERAND_ADDRESS
|| (r2_type == RELOAD_FOR_OUTPUT_ADDRESS
&& r2_opnum >= r1_opnum));
case RELOAD_FOR_INSN:
......
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