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] gcse.c: Add a comment to gcse_main.


Hi,

Committed as obvious.

Kazu Hirata

2004-12-04  Kazu Hirata  <kazu@cs.umass.edu>

	* gcse.c (gcse_main): Add a comment.

Index: gcse.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/gcse.c,v
retrieving revision 1.324
diff -c -d -p -r1.324 gcse.c
*** gcse.c	29 Nov 2004 00:56:58 -0000	1.324
--- gcse.c	4 Dec 2004 14:50:50 -0000
*************** static bool is_too_expensive (const char
*** 675,681 ****
  
  
  /* Entry point for global common subexpression elimination.
!    F is the first instruction in the function.  */
  
  int
  gcse_main (rtx f, FILE *file)
--- 675,682 ----
  
  
  /* Entry point for global common subexpression elimination.
!    F is the first instruction in the function.  Return nonzero if a
!    change is mode.  */
  
  int
  gcse_main (rtx f, FILE *file)


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