From: Kazu Hirata Date: Thu, 12 Sep 2002 18:25:28 +0000 (+0000) Subject: arm.c (arm_compute_initial_elimination_offset): Fix a comment typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=52bd31bbf73e748fed7b32288ed2528e8e1175b5;p=gcc.git arm.c (arm_compute_initial_elimination_offset): Fix a comment typo. * config/arm/arm.c (arm_compute_initial_elimination_offset): Fix a comment typo. From-SVN: r57078 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 98120f83d0c..7ea95d0e46c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-09-12 Kazu Hirata + + * config/arm/arm.c (arm_compute_initial_elimination_offset): + Fix a comment typo. + 2002-09-12 Kazu Hirata * toplev.c (do_abort): Fix a comment typo. diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c index e5667649895..3b7eedf0c4c 100644 --- a/gcc/config/arm/arm.c +++ b/gcc/config/arm/arm.c @@ -8044,7 +8044,7 @@ emit_sfm (base_reg, count) current stack pointer -> | | / -- - For a given funciton some or all of these stack compomnents + For a given function some or all of these stack compomnents may not be needed, giving rise to the possibility of eliminating some of the registers.