aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcse.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-12-04 14:53:13 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-12-04 14:53:13 +0000
commitb732f36fe6787f9b7966ea35166fe55c72c1727a (patch)
tree34446d136b1d4deb4350bc95e019b619620c88f2 /gcc/gcse.c
parenta6ac7f6fb4586e22446b9d4a2d5ce664ebd1ea31 (diff)
downloadgcc-b732f36fe6787f9b7966ea35166fe55c72c1727a.zip
gcc-b732f36fe6787f9b7966ea35166fe55c72c1727a.tar.gz
gcc-b732f36fe6787f9b7966ea35166fe55c72c1727a.tar.bz2
* gcse.c (gcse_main): Add a comment.
From-SVN: r91729
Diffstat (limited to 'gcc/gcse.c')
-rw-r--r--gcc/gcse.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/gcse.c b/gcc/gcse.c
index dc3a01f8..47d3fae 100644
--- a/gcc/gcse.c
+++ b/gcc/gcse.c
@@ -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)