From af04ba4a01114617761ce7a8662a1162ae4046e9 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 12 Oct 1993 16:49:35 -0400 Subject: [PATCH] (reload): Fix typo in RELOAD_FOR_INSN case when accounting for reloads. From-SVN: r5754 --- gcc/reload1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/reload1.c b/gcc/reload1.c index 72ec2340b91..19c1479b90a 100644 --- a/gcc/reload1.c +++ b/gcc/reload1.c @@ -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; -- 2.30.2