diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-02-17 21:14:27 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-02-17 21:14:27 +0000 |
commit | 65c0764148b74f9dda9348242e6ddf6b7733278b (patch) | |
tree | 6e7192bea6add83323a7186bca18eab110a34799 | |
parent | 3e35cb0c025e4058c80e9d0fdb8e9ebb89eadd3c (diff) | |
download | gcc-65c0764148b74f9dda9348242e6ddf6b7733278b.zip gcc-65c0764148b74f9dda9348242e6ddf6b7733278b.tar.gz gcc-65c0764148b74f9dda9348242e6ddf6b7733278b.tar.bz2 |
* config/h8300/h8300.md: Fix comment typos.
From-SVN: r77983
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/h8300/h8300.md | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ec5367a..109347a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-02-17 Kazu Hirata <kazu@cs.umass.edu> + + * config/h8300/h8300.md: Fix comment typos. + 2004-02-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> * config/mips/t-iris6gld: Renamed to ... diff --git a/gcc/config/h8300/h8300.md b/gcc/config/h8300/h8300.md index ce8f669..8671e1f 100644 --- a/gcc/config/h8300/h8300.md +++ b/gcc/config/h8300/h8300.md @@ -4828,10 +4828,10 @@ ;; These triggers right at the end of allocation of locals in the ;; prologue (and possibly at other places). -;; stack adjustment of -8, generate one push +;; stack adjustment of -4, generate one push ;; -;; before : 14 bytes, 22 clocks -;; after : 8 bytes, 20 clocks +;; before : 6 bytes, 10 clocks +;; after : 4 bytes, 10 clocks (define_peephole2 [(set (reg:SI SP_REG) |