From: Michael Meissner Date: Sat, 27 Jun 1992 22:25:43 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: misc/cutover-egcs-0~12614 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca3c6eae463a45719741d379a9c52fec613fd2fd;p=thirdparty%2Fgcc.git *** empty log message *** From-SVN: r1317 --- diff --git a/gcc/regclass.c b/gcc/regclass.c index a219ff9e3630..8b7256cf08ff 100644 --- a/gcc/regclass.c +++ b/gcc/regclass.c @@ -754,7 +754,7 @@ regclass (f, nregs) for (i = FIRST_PSEUDO_REGISTER; i < nregs; i++) { - register int best_cost = (1 << (HOST_BITS_PER_INT - 1)) - 1; + register int best_cost = (1 << (HOST_BITS_PER_INT - 2)) - 1; enum reg_class best = ALL_REGS, alt = NO_REGS; /* This is an enum reg_class, but we call it an int to save lots of casts. */