aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@gcc.gnu.org>2011-05-08 08:37:58 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2011-05-08 08:37:58 +0000
commita9bcb3f0ef0c3d053edbe8e4cbbc8d6103bf30a3 (patch)
tree00e4f5f52bf9dfdfac661eae4030f04f917f7f46 /gcc/lto
parent1a8058a5f248dd77a2ae7f3fff3f9b592c521070 (diff)
downloadgcc-a9bcb3f0ef0c3d053edbe8e4cbbc8d6103bf30a3.zip
gcc-a9bcb3f0ef0c3d053edbe8e4cbbc8d6103bf30a3.tar.gz
gcc-a9bcb3f0ef0c3d053edbe8e4cbbc8d6103bf30a3.tar.bz2
Fix long lines
From-SVN: r173546
Diffstat (limited to 'gcc/lto')
-rw-r--r--gcc/lto/ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog
index 46779ff..ca1592d 100644
--- a/gcc/lto/ChangeLog
+++ b/gcc/lto/ChangeLog
@@ -4,8 +4,10 @@
2011-05-07 Jan Hubicka <jh@suse.cz>
- * lto.c (lto_materialize_function): Use cgraph_function_with_gimple_body_p.
- (add_cgraph_node_to_partition): Do not re-add items to partition; handle thunks.
+ * lto.c (lto_materialize_function): Use
+ cgraph_function_with_gimple_body_p.
+ (add_cgraph_node_to_partition): Do not re-add items to partition;
+ handle thunks.
(add_varpool_node_to_partition): Do not re-add items to partition.
2011-05-03 Jan Hubicka <jh@suse.cz>