aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
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/cgraphunit.c
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/cgraphunit.c')
-rw-r--r--gcc/cgraphunit.c2
1 files changed, 1 insertions, 1 deletions
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.