(reload): Fix typo in RELOAD_FOR_INSN case when accounting for
reloads. From-SVN: r5754
This commit is contained in:
parent
40f1c86cca
commit
af04ba4a01
@ -1138,7 +1138,7 @@ reload (first, global, dumpfile)
|
|||||||
|
|
||||||
case RELOAD_FOR_INSN:
|
case RELOAD_FOR_INSN:
|
||||||
this_needs = insn_needs_for_insn;
|
this_needs = insn_needs_for_insn;
|
||||||
this_groups = insn_groups_for_outputs;
|
this_groups = insn_groups_for_insn;
|
||||||
this_total_groups = &insn_total_groups_for_insn;
|
this_total_groups = &insn_total_groups_for_insn;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user