summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2010-05-29 08:59:43 +0000
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2010-05-29 08:59:43 +0000
commit21ca69111bef891cfc37820b8c4a585411519179 (patch)
treea9d0ff10b61a264480717ab8dc69af78cca56bdf
parentc36a77e3658239d25eb18c5834e17dc2fbe643c3 (diff)
downloadgcc-21ca69111bef891cfc37820b8c4a585411519179.tar.gz
Reflow.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160021 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 2e196066308..0e0edc6aa9e 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -5,8 +5,9 @@
2010-05-29 Jan Hubicka <jh@suse.cz>
- * cgraphunit.c (cgraph_materialize_clone): Only remove calles, refs and body;
- not the whole node for masters of materialized clones.
+ * cgraphunit.c (cgraph_materialize_clone): Only remove calles,
+ refs and body; not the whole node for masters of materialized
+ clones.
2010-05-29 Mike Stump <mikestump@comcast.net>