Commit ea5783ee by Jan Hubicka

Fix changelog entry.

From-SVN: r147343
parent 39ff5a96
...@@ -5,8 +5,6 @@ ...@@ -5,8 +5,6 @@
(dump_cgraph_node): Dump new flag. (dump_cgraph_node): Dump new flag.
* cgraph.h (struct cgraph_node): Add address_taken. * cgraph.h (struct cgraph_node): Add address_taken.
(cgraph_mark_address_taken_node): New function. (cgraph_mark_address_taken_node): New function.
* cp/decl2.c (cxx_callgraph_analyze_expr): Use
cgraph_mark_address_taken.
* ipa.c (cgraph_postorder): Prioritize functions with address taken * ipa.c (cgraph_postorder): Prioritize functions with address taken
since new direct calls can be born. since new direct calls can be born.
......
2009-05-10 Jan Hubicka <jh@suse.cz>
* decl2.c (cxx_callgraph_analyze_expr): Use
cgraph_mark_address_taken.
2009-05-10 Joseph Myers <joseph@codesourcery.com> 2009-05-10 Joseph Myers <joseph@codesourcery.com>
* call.c (name_as_c_string): Call type_as_string_translate. * call.c (name_as_c_string): Call type_as_string_translate.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment