aboutsummaryrefslogtreecommitdiff
path: root/gcc/cse.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-02-02 22:31:41 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-02-02 22:31:41 +0000
commita52aff238daff783f5ba3bf6ee9b309e01d04fa4 (patch)
tree371c0252e695edcf0eea94b98675b67984f33510 /gcc/cse.c
parent7faf2821f15347512c5b80955ee39183d865dbaf (diff)
downloadgcc-a52aff238daff783f5ba3bf6ee9b309e01d04fa4.zip
gcc-a52aff238daff783f5ba3bf6ee9b309e01d04fa4.tar.gz
gcc-a52aff238daff783f5ba3bf6ee9b309e01d04fa4.tar.bz2
* cse.c: Update comments.
From-SVN: r94624
Diffstat (limited to 'gcc/cse.c')
-rw-r--r--gcc/cse.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/gcc/cse.c b/gcc/cse.c
index b5e15ca..1f71f4c 100644
--- a/gcc/cse.c
+++ b/gcc/cse.c
@@ -885,9 +885,7 @@ init_cse_reg_info (unsigned int nregs)
}
}
-/* Given REGNO, ensure that a cse_reg_info entry exists for REGNO by
- growing the cse_reg_info_table and/or initializing the entry for
- REGNO. */
+/* Given REGNO, initialize the cse_reg_info entry for REGNO. */
static void
get_cse_reg_info_1 (unsigned int regno)
@@ -928,7 +926,7 @@ new_basic_block (void)
next_qty = 0;
- /* Invalidate cse_reg_info_table and its cache. */
+ /* Invalidate cse_reg_info_table. */
cse_reg_info_timestamp++;
/* Clear out hash table state for this pass. */