aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMarek Polacek <polacek@redhat.com>2012-07-27 12:09:30 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2012-07-27 12:09:30 +0000
commit047ae0983ac06b300a79b980b2bac154bfac8fb6 (patch)
tree606ab9e59ac7adb293c3bb4409dbe9792a34ecbe /gcc
parentbe2b24629d5ee23e5907f7451254c999a9300159 (diff)
downloadgcc-047ae0983ac06b300a79b980b2bac154bfac8fb6.zip
gcc-047ae0983ac06b300a79b980b2bac154bfac8fb6.tar.gz
gcc-047ae0983ac06b300a79b980b2bac154bfac8fb6.tar.bz2
cgraphunit.c: Rename varpool_finalize_variable to varpool_finalize_decl in a comment.
2012-07-27 Marek Polacek <polacek@redhat.com> * cgraphunit.c: Rename varpool_finalize_variable to varpool_finalize_decl in a comment. From-SVN: r189910
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/cgraphunit.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index efc5fdf..5e32766 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2012-07-27 Marek Polacek <polacek@redhat.com>
+
+ * cgraphunit.c: Rename varpool_finalize_variable to
+ varpool_finalize_decl in a comment.
+
2012-07-27 Segher Boessenkool <segher@kernel.crashing.org>
* common/config/rs6000/rs6000-common.c (rs6000_handle_option):
diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c
index 89765b5..a5588bb 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.