]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* cse.c: Update comments.
authorKazu Hirata <kazu@cs.umass.edu>
Wed, 2 Feb 2005 22:31:41 +0000 (22:31 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 2 Feb 2005 22:31:41 +0000 (22:31 +0000)
From-SVN: r94624

gcc/ChangeLog
gcc/cse.c

index 74da00a874015d471dc7e9bb102b964e8e68b585..ae56c6e1eefccc3c55bfca0669306366cf0b4c5d 100644 (file)
@@ -1,3 +1,7 @@
+2005-02-02  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * cse.c: Update comments.
+
 2005-02-02  Aldy Hernandez  <aldyh@redhat.com>
 
        * config/rs6000/rs6000.c (rs6000_spe_function_arg): Multi-reg
index b5e15ca41477d2b54f72b16d1d8af0b25487adfe..1f71f4cfc54d0249d82ed82fe48643c66dc1c04c 100644 (file)
--- 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.  */