*** empty log message ***
authorMichael Meissner <meissner@gcc.gnu.org>
Sat, 27 Jun 1992 22:25:43 +0000 (22:25 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Sat, 27 Jun 1992 22:25:43 +0000 (22:25 +0000)
From-SVN: r1317

gcc/regclass.c

index a219ff9..8b7256c 100644 (file)
@@ -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.  */