diff options
Diffstat (limited to 'gcc')
-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) |