diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/gcse.c | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e6b2b70..06074e1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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/. @@ -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) |