diff options
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0528f17e532..5fd70a744c2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,15 @@ +2008-09-12 Vladimir Makarov <vmakarov@redhat.com> + + PR rtl-opt/37377 + + * ira-build.c (common_loop_tree_node_dominator): Remove. + (copy_live_ranges_to_removed_store_destinations): New function. + (regno_top_level_allocno_map): Move to top level from ... + (ira_flattening): ... here. Use + copy_live_ranges_to_removed_store_destinations. + + * ira-emit.c (generate_edge_moves): Fix a comment. + 2008-09-12 Anatoly Sokolov <aesok@post.ru> PR target/37466 |