From: David Malcolm Date: Thu, 18 Jul 2013 02:59:46 +0000 (+0000) Subject: ipa-pure-const.c (generate_summary): Rename to... X-Git-Tag: releases/gcc-4.9.0~4982 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=651df1b26a77d5f1f239be151a7bf5b9430b75d4;p=thirdparty%2Fgcc.git ipa-pure-const.c (generate_summary): Rename to... 2013-07-18 David Malcolm * ipa-pure-const.c (generate_summary): Rename to... (pure_const_generate_summary): ... this. From-SVN: r201020 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e6e832f73721..d5e11ece80a6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2013-07-18 David Malcolm + + * ipa-pure-const.c (generate_summary): Rename to... + (pure_const_generate_summary): ... this. + 2013-07-17 Iain Sandoe * config/rs6000/darwin.h (REGISTER_NAMES): Add HTM registers. diff --git a/gcc/ipa-pure-const.c b/gcc/ipa-pure-const.c index 9705db19e12a..542d33a99cd3 100644 --- a/gcc/ipa-pure-const.c +++ b/gcc/ipa-pure-const.c @@ -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 */