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

2013-07-18  David Malcolm  <dmalcolm@redhat.com>

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

From-SVN: r201020
This commit is contained in:
David Malcolm 2013-07-18 02:59:46 +00:00 committed by David Malcolm
parent 94643e66b2
commit 651df1b26a
2 changed files with 7 additions and 2 deletions

View 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.

View 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 */