(reload): Fix typo in RELOAD_FOR_INSN case when accounting for

reloads.

From-SVN: r5754
This commit is contained in:
Richard Kenner 1993-10-12 16:49:35 -04:00
parent 40f1c86cca
commit af04ba4a01
1 changed files with 1 additions and 1 deletions

View File

@ -1138,7 +1138,7 @@ reload (first, global, dumpfile)
case RELOAD_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;
break;