aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcse.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2006-05-29 12:45:59 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2006-05-29 12:45:59 +0000
commitdb3edc20d962d4b5499d43e28334c65fc925c306 (patch)
tree6fb7c4892212b4157b19cd0a3f6c23398980539f /gcc/gcse.c
parenta6404080f569a05ed19727415aa3548f67cb1f8b (diff)
downloadgcc-db3edc20d962d4b5499d43e28334c65fc925c306.zip
gcc-db3edc20d962d4b5499d43e28334c65fc925c306.tar.gz
gcc-db3edc20d962d4b5499d43e28334c65fc925c306.tar.bz2
gcse.c, rtlanal.c: Remove obsolete comments associated with loop.c.
* gcse.c, rtlanal.c: Remove obsolete comments associated with loop.c. From-SVN: r114195
Diffstat (limited to 'gcc/gcse.c')
-rw-r--r--gcc/gcse.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/gcse.c b/gcc/gcse.c
index 1c000a2..b28273d 100644
--- a/gcc/gcse.c
+++ b/gcc/gcse.c
@@ -4576,9 +4576,6 @@ one_pre_gcse_pass (int pass)
LABEL_NUSES count is incremented. We have to add REG_LABEL notes,
because the following loop optimization pass requires them. */
-/* ??? This is very similar to the loop.c add_label_notes function. We
- could probably share code here. */
-
/* ??? If there was a jump optimization pass after gcse and before loop,
then we would not need to do this here, because jump would add the
necessary REG_LABEL notes. */