Commit 782c0a3e by Kazu Hirata Committed by Kazu Hirata

* cse.c (get_cse_reg_info): Update a comment.

From-SVN: r94511
parent 74276db1
......@@ -17,6 +17,8 @@
registers to cse_reg_info entries.
(cse_main): Call init_cse_reg_info.
* cse.c (get_cse_reg_info): Update a comment.
2005-01-31 Steven Bosscher <stevenb@suse.de>
PR c/19333
......
......@@ -910,9 +910,8 @@ get_cse_reg_info (unsigned int regno)
{
struct cse_reg_info *p = &cse_reg_info_table[regno];
/* If we are looking for REGNO that is different from the last
look-up, make sure the entry for REGNO exists and has been
initialized. */
/* If this entry has not been initialized, go ahead and initialize
it. */
if (p->timestamp != cse_reg_info_timestamp)
get_cse_reg_info_1 (regno);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment