diff options
| author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-12 18:25:28 +0000 |
|---|---|---|
| committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-12 18:25:28 +0000 |
| commit | 321bc3476ddfc66b4c5acb39d80143d47e32268c (patch) | |
| tree | 9451867426e64e21c732c4897f92b9d6d8317adb | |
| parent | a084821d1abb9a1c62e851c2d12590f8a3921165 (diff) | |
| download | ppe42-gcc-321bc3476ddfc66b4c5acb39d80143d47e32268c.tar.gz ppe42-gcc-321bc3476ddfc66b4c5acb39d80143d47e32268c.zip | |
* config/arm/arm.c (arm_compute_initial_elimination_offset):
Fix a comment typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57078 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/config/arm/arm.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 98120f83d0c..7ea95d0e46c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ 2002-09-12 Kazu Hirata <kazu@cs.umass.edu> + * config/arm/arm.c (arm_compute_initial_elimination_offset): + Fix a comment typo. + +2002-09-12 Kazu Hirata <kazu@cs.umass.edu> + * toplev.c (do_abort): Fix a comment typo. 2002-09-12 Kazu Hirata <kazu@cs.umass.edu> 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. |

