]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
cgraphunit.c: Rename varpool_finalize_variable to varpool_finalize_decl in a comment.
authorMarek Polacek <polacek@redhat.com>
Fri, 27 Jul 2012 12:09:30 +0000 (12:09 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 27 Jul 2012 12:09:30 +0000 (12:09 +0000)
2012-07-27  Marek Polacek  <polacek@redhat.com>

* cgraphunit.c: Rename varpool_finalize_variable to
varpool_finalize_decl in a comment.

From-SVN: r189910

gcc/ChangeLog
gcc/cgraphunit.c

index efc5fdf09b4c9e77563c777caf9d9a537c95a1fd..5e32766579d955953caf25ec457ecfbbcb0d82a1 100644 (file)
@@ -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):
index 89765b5e12116258aaa087f3374786095e66f1ba..a5588bb27751fed15984bb887035d66ce42a0622 100644 (file)
@@ -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.