diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1994-05-27 06:16:16 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1994-05-27 06:16:16 -0400 |
commit | a6ba1470c243802732938fb4afd46828b0647308 (patch) | |
tree | 9fc9d202ef21634afe3bd13ff4a7f4e0196505c3 /gcc/local-alloc.c | |
parent | 51b86d8b0d4e395161645faeb7fa422faad235a8 (diff) | |
download | gcc-a6ba1470c243802732938fb4afd46828b0647308.tar.gz |
(qty_sugg_compare_1): Fix typo in last change.
From-SVN: r7357
Diffstat (limited to 'gcc/local-alloc.c')
-rw-r--r-- | gcc/local-alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/local-alloc.c b/gcc/local-alloc.c index 60ad072c123..aa32ebf4412 100644 --- a/gcc/local-alloc.c +++ b/gcc/local-alloc.c @@ -1634,7 +1634,7 @@ qty_sugg_compare_1 (q1, q2) : qty_phys_num_sugg[*q1] * FIRST_PSEUDO_REGISTER); register int sugg2 = (qty_phys_num_copy_sugg[*q2] ? qty_phys_num_copy_sugg[*q2] - : qty_phys_num_sugg[*q2] * FIRST_PSUEDO_REGISTER); + : qty_phys_num_sugg[*q2] * FIRST_PSEUDO_REGISTER); /* Note that the quotient will never be bigger than the value of floor_log2 times the maximum number of |