Commit af04ba4a by Richard Kenner

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

reloads.

From-SVN: r5754
parent 40f1c86c
......@@ -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;
......
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