OSDN Git Service

Fix formatting
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 10 May 2009 12:09:47 +0000 (12:09 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 10 May 2009 12:09:47 +0000 (12:09 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@147338 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog

index 932044d..f466650 100644 (file)
@@ -1,12 +1,13 @@
 2009-05-10  Jan Hubicka  <jh@suse.cz>
 
        PR middle-end/40084
-       * cgraph.c (cgraph_update_edges_for_call_stmt_node): Take old_call argument;
-       rewrite.
+       * cgraph.c (cgraph_update_edges_for_call_stmt_node): Take old_call
+       argument; rewrite.
        (cgraph_update_edges_for_call_stmt): Take old_decl argument.
        * cgraph.h (cgraph_update_edges_for_call_stmt): Update prototype.
        * tree-inline.c (copy_bb): Set frequency correctly.
-       (fold_marked_statements): Update call of cgraph_update_edges_for_call_stmt.
+       (fold_marked_statements): Update call to
+       cgraph_update_edges_for_call_stmt.
 
 2009-05-10  Joseph Myers  <joseph@codesourcery.com>