This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] h8300.md: Fix comment typos.


Hi,

Committed as obvious.

Kazu Hirata

2004-02-17  Kazu Hirata  <kazu@cs.umass.edu>

	* config/h8300/h8300.md: Fix comment typos.

Index: h8300.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/h8300/h8300.md,v
retrieving revision 1.265
diff -c -r1.265 h8300.md
*** h8300.md	16 Feb 2004 03:53:38 -0000	1.265
--- h8300.md	17 Feb 2004 21:11:05 -0000
***************
*** 4828,4837 ****
  ;; 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
  ;;
! ;; before : 14 bytes, 22 clocks
! ;; after  :  8 bytes, 20 clocks
  
  (define_peephole2
    [(set (reg:SI SP_REG)
--- 4828,4837 ----
  ;; These triggers right at the end of allocation of locals in the
  ;; prologue (and possibly at other places).
  
! ;; stack adjustment of -4, generate one push
  ;;
! ;; before : 6 bytes, 10 clocks
! ;; after  : 4 bytes, 10 clocks
  
  (define_peephole2
    [(set (reg:SI SP_REG)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]