(reloads_conflict, case RELOAD_FOR_OUTPUT): Fix typo.
From-SVN: r7140
This commit is contained in:
parent
6c396fb5dc
commit
0aaf4a5876
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user