ipa-pure-const.c (generate_summary): Rename to...
authorDavid Malcolm <dmalcolm@redhat.com>
Thu, 18 Jul 2013 02:59:46 +0000 (02:59 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Thu, 18 Jul 2013 02:59:46 +0000 (02:59 +0000)
2013-07-18  David Malcolm  <dmalcolm@redhat.com>

* ipa-pure-const.c (generate_summary): Rename to...
(pure_const_generate_summary): ... this.

From-SVN: r201020

gcc/ChangeLog
gcc/ipa-pure-const.c

index e6e832f..d5e11ec 100644 (file)
@@ -1,3 +1,8 @@
+2013-07-18  David Malcolm  <dmalcolm@redhat.com>
+
+       * ipa-pure-const.c (generate_summary): Rename to...
+       (pure_const_generate_summary): ... this.
+
 2013-07-17  Iain Sandoe  <iain@codesourcery.com>
 
        * config/rs6000/darwin.h (REGISTER_NAMES): Add HTM registers.
index 9705db1..542d33a 100644 (file)
@@ -906,7 +906,7 @@ register_hooks (void)
    CONST.  */
 
 static void
-generate_summary (void)
+pure_const_generate_summary (void)
 {
   struct cgraph_node *node;
 
@@ -1513,7 +1513,7 @@ struct ipa_opt_pass_d pass_ipa_pure_const =
   0,                                   /* todo_flags_start */
   0                                     /* todo_flags_finish */
  },
generate_summary,                     /* generate_summary */
pure_const_generate_summary,          /* generate_summary */
  pure_const_write_summary,             /* write_summary */
  pure_const_read_summary,              /* read_summary */
  NULL,                                 /* write_optimization_summary */