+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
}
}
-/* 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)
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. */