aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJan Hubicka <hubicka@gcc.gnu.org>2009-05-10 15:13:23 +0000
committerJan Hubicka <hubicka@gcc.gnu.org>2009-05-10 15:13:23 +0000
commitea5783ee951110121aa7746e1c54749640f16351 (patch)
tree3c008d92e85c801a25a1135587891e3fdb8350d7 /gcc
parent39ff5a967693c3aa56e8abf0e9c75fabe3335d8d (diff)
downloadgcc-ea5783ee951110121aa7746e1c54749640f16351.zip
gcc-ea5783ee951110121aa7746e1c54749640f16351.tar.gz
gcc-ea5783ee951110121aa7746e1c54749640f16351.tar.bz2
Fix changelog entry.
From-SVN: r147343
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog2
-rw-r--r--gcc/cp/ChangeLog5
2 files changed, 5 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 935aaa4..516f4d9 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 8117f22..602b152 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -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.