* gcse.c (gcse_main): Add a comment.
authorKazu Hirata <kazu@cs.umass.edu>
Sat, 4 Dec 2004 14:53:13 +0000 (14:53 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 4 Dec 2004 14:53:13 +0000 (14:53 +0000)
From-SVN: r91729

gcc/ChangeLog
gcc/gcse.c

index e6b2b70eb1840bfc633908ab7bf14b9c8d5b3da8..06074e17ebe05c3793360c26ea82508750f971c0 100644 (file)
@@ -1,3 +1,7 @@
+2004-12-04  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * gcse.c (gcse_main): Add a comment.
+
 2004-12-04  Alan Modra  <amodra@bigpond.net.au>
 
        * mklibgcc.in: Build shared libgcc and shared libunwind in gcc/.
index dc3a01f85bcdae2d9cb76687b3d23223b80059f8..47d3fae5730e07fc757b10668d06397ae69c77b8 100644 (file)
@@ -675,7 +675,8 @@ static bool is_too_expensive (const char *);
 \f
 
 /* Entry point for global common subexpression elimination.
-   F is the first instruction in the function.  */
+   F is the first instruction in the function.  Return nonzero if a
+   change is mode.  */
 
 int
 gcse_main (rtx f, FILE *file)