From 047ae0983ac06b300a79b980b2bac154bfac8fb6 Mon Sep 17 00:00:00 2001 From: Marek Polacek Date: Fri, 27 Jul 2012 12:09:30 +0000 Subject: [PATCH] cgraphunit.c: Rename varpool_finalize_variable to varpool_finalize_decl in a comment. 2012-07-27 Marek Polacek * cgraphunit.c: Rename varpool_finalize_variable to varpool_finalize_decl in a comment. From-SVN: r189910 --- gcc/ChangeLog | 5 +++++ gcc/cgraphunit.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index efc5fdf09b4c..5e32766579d9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2012-07-27 Marek Polacek + + * cgraphunit.c: Rename varpool_finalize_variable to + varpool_finalize_decl in a comment. + 2012-07-27 Segher Boessenkool * common/config/rs6000/rs6000-common.c (rs6000_handle_option): diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c index 89765b5e1211..a5588bb27751 100644 --- a/gcc/cgraphunit.c +++ b/gcc/cgraphunit.c @@ -34,7 +34,7 @@ along with GCC; see the file COPYING3. If not see (There is one exception needed for implementing GCC extern inline function.) - - varpool_finalize_variable + - varpool_finalize_decl This function has same behavior as the above but is used for static variables. -- 2.39.5