mirror of git://gcc.gnu.org/git/gcc.git
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
This commit is contained in:
parent
be2b24629d
commit
047ae0983a
|
|
@ -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>
|
2012-07-27 Segher Boessenkool <segher@kernel.crashing.org>
|
||||||
|
|
||||||
* common/config/rs6000/rs6000-common.c (rs6000_handle_option):
|
* common/config/rs6000/rs6000-common.c (rs6000_handle_option):
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ along with GCC; see the file COPYING3. If not see
|
||||||
(There is one exception needed for implementing GCC extern inline
|
(There is one exception needed for implementing GCC extern inline
|
||||||
function.)
|
function.)
|
||||||
|
|
||||||
- varpool_finalize_variable
|
- varpool_finalize_decl
|
||||||
|
|
||||||
This function has same behavior as the above but is used for static
|
This function has same behavior as the above but is used for static
|
||||||
variables.
|
variables.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue