From a6ba1470c243802732938fb4afd46828b0647308 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Fri, 27 May 1994 06:16:16 -0400 Subject: [PATCH] (qty_sugg_compare_1): Fix typo in last change. From-SVN: r7357 --- gcc/local-alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/local-alloc.c b/gcc/local-alloc.c index 60ad072c1230..aa32ebf44123 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 -- 2.47.2