Fix changelog entry.
authorJan Hubicka <hubicka@gcc.gnu.org>
Sun, 10 May 2009 15:13:23 +0000 (15:13 +0000)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sun, 10 May 2009 15:13:23 +0000 (15:13 +0000)
From-SVN: r147343

gcc/ChangeLog
gcc/cp/ChangeLog

index 935aaa4..516f4d9 100644 (file)
@@ -5,8 +5,6 @@
        (dump_cgraph_node): Dump new flag.
        * cgraph.h (struct cgraph_node): Add address_taken.
        (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
        since new direct calls can be born.
 
index 8117f22..602b152 100644 (file)
@@ -1,3 +1,8 @@
+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>
 
        * call.c (name_as_c_string): Call type_as_string_translate.