aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
diff options
context:
space:
mode:
authorMarek Polacek <polacek@redhat.com>2012-07-27 12:09:30 +0000
committerRichard Guenther <rguenther@suse.de>2012-07-27 12:09:30 +0000
commit790df9be1ab0c46f05ee16f7b31f8733375f746d (patch)
tree606ab9e59ac7adb293c3bb4409dbe9792a34ecbe /gcc/cgraphunit.c
parent17ab8bf5c7085de6214768d8dd2d933a90f13be5 (diff)
2012-07-27 Marek Polacek <polacek@redhat.com>
* cgraphunit.c: Rename varpool_finalize_variable to varpool_finalize_decl in a comment. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@189910 138bc75d-0d04-0410-961f-82ee72b054a4
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 89765b5e121..a5588bb2775 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.