(reloads_conflict, case RELOAD_FOR_OUTPUT): Fix typo.

From-SVN: r7140
This commit is contained in:
Richard Kenner 1994-04-23 06:45:32 -04:00
parent 6c396fb5dc
commit 0aaf4a5876

View File

@ -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: