OSDN Git Service

* gcc.dg/ppc64-toc.c: Don't explicitly use -m64.
[pf3gnuchains/gcc-fork.git] / gcc / cse.c
index 2c909b7..b5e15ca 100644 (file)
--- a/gcc/cse.c
+++ b/gcc/cse.c
@@ -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);