forked from iains/gcc-14-branch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cgraph.h (+varpool_can_remove_if_no_refs): Move here from ......
* cgraph.h (+varpool_can_remove_if_no_refs): Move here from ...; when !flag_toplevel_reorder do not remove unless variable is COMDAT or ARTIFICIAL. * ipa.c (varpool_can_remove_if_no_refs): ... here. (cgraph_remove_unreachable_nodes): Only analyzed nodes needs to stay. * cgraphunit.c (cgraph_analyze_functions): Dump varpool, too. * varpool.c (decide_is_variable_needed): Do not handle visibility issues. (varpool_finalize_decl): Likewise. (varpool_remove_unreferenced_decls): Use varpool_mark_needed_node; update outdated comment on DECL_RTL_SET_P check. From-SVN: r166812
- Loading branch information
Jan Hubicka
authored and
Jan Hubicka
committed
Nov 16, 2010
1 parent
3e794bf
commit df7705b
Showing
5 changed files
with
41 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
2010-11-16 Jan Hubicka <[email protected]> | ||
|
||
* cgraph.h (+varpool_can_remove_if_no_refs): Move here from ...; | ||
when !flag_toplevel_reorder do not remove unless variable is | ||
COMDAT or ARTIFICIAL. | ||
* ipa.c (varpool_can_remove_if_no_refs): ... here. | ||
(cgraph_remove_unreachable_nodes): Only analyzed nodes needs to stay. | ||
* cgraphunit.c (cgraph_analyze_functions): Dump varpool, too. | ||
* varpool.c (decide_is_variable_needed): Do not handle visibility issues. | ||
(varpool_finalize_decl): Likewise. | ||
(varpool_remove_unreferenced_decls): Use varpool_mark_needed_node; update | ||
outdated comment on DECL_RTL_SET_P check. | ||
|
||
2010-11-16 Rainer Orth <[email protected]> | ||
|
||
* config/sol2.h (NM_FLAGS): Define. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters