From: Richard Kenner Date: Thu, 31 Mar 1994 01:36:58 +0000 (-0500) Subject: (reload): Fix typo in previous change. X-Git-Tag: misc/cutover-egcs-0~7014 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=255cf280a5a72397ca69300cff2bfccc2f14be4a;p=thirdparty%2Fgcc.git (reload): Fix typo in previous change. From-SVN: r6929 --- diff --git a/gcc/reload1.c b/gcc/reload1.c index 4e7a362ee4c8..85960c493ff4 100644 --- a/gcc/reload1.c +++ b/gcc/reload1.c @@ -1158,10 +1158,10 @@ reload (first, global, dumpfile) if (size == 1) for (j = 0; j < n_reloads; j++) if ((CLASS_MAX_NREGS (reload_reg_class[j], - (GET_MODE_SIZE (reload_outmode[i]) - > GET_MODE_SIZE (reload_inmode[i])) - ? reload_outmode[i] - : reload_inmode[i]) + (GET_MODE_SIZE (reload_outmode[j]) + > GET_MODE_SIZE (reload_inmode[j])) + ? reload_outmode[j] + : reload_inmode[j]) > 1) && reloads_conflict (i, j) && reg_classes_intersect_p (class,