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

From-SVN: r91729
This commit is contained in:
Kazu Hirata 2004-12-04 14:53:13 +00:00 committed by Kazu Hirata
parent a6ac7f6fb4
commit b732f36fe6
2 changed files with 6 additions and 1 deletions

View 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/.

View File

@ -675,7 +675,8 @@ static bool is_too_expensive (const char *);
/* 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)