From a52aff238daff783f5ba3bf6ee9b309e01d04fa4 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Wed, 2 Feb 2005 22:31:41 +0000 Subject: [PATCH] * cse.c: Update comments. From-SVN: r94624 --- gcc/ChangeLog | 4 ++++ gcc/cse.c | 6 ++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 74da00a8740..ae56c6e1eef 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-02-02 Kazu Hirata + + * cse.c: Update comments. + 2005-02-02 Aldy Hernandez * config/rs6000/rs6000.c (rs6000_spe_function_arg): Multi-reg diff --git a/gcc/cse.c b/gcc/cse.c index b5e15ca4147..1f71f4cfc54 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. */ -- 2.30.2