aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog10
1 files changed, 6 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7e1f741..aa38da5 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -17,11 +17,13 @@
2014-11-22 Jan Hubicka <hubicka@ucw.cz>
- * ipa.c (symbol_table::remove_unreachable_nodes): Mark all inline clones
- as having abstract origin used.
- * ipa-inline-transform.c (can_remove_node_now_p_1): Drop abstract origin check.
+ * ipa.c (symbol_table::remove_unreachable_nodes): Mark all inline
+ clones as having abstract origin used.
+ * ipa-inline-transform.c (can_remove_node_now_p_1): Drop abstract
+ origin check.
(clone_inlined_nodes): Copy abstract originflag.
- * lto-cgraph.c (compute_ltrans_boundary): Use get_create to get abstract origin node.
+ * lto-cgraph.c (compute_ltrans_boundary): Use get_create to get
+ abstract origin node.
2014-11-22 Uros Bizjak <ubizjak@gmail.com>