From 80880eb66680ee4f0f40a230fcc6c68e202df74f Mon Sep 17 00:00:00 2001 From: dmalcolm Date: Thu, 18 Jul 2013 02:59:46 +0000 Subject: 2013-07-18 David Malcolm * ipa-pure-const.c (generate_summary): Rename to... (pure_const_generate_summary): ... this. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@201020 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ipa-pure-const.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/ipa-pure-const.c') diff --git a/gcc/ipa-pure-const.c b/gcc/ipa-pure-const.c index 9705db19e12..542d33a99cd 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 */ -- cgit v1.2.1