Fix formatting

From-SVN: r147338
This commit is contained in:
Eric Botcazou 2009-05-10 12:09:47 +00:00
parent 4b685e144d
commit fb0be16980

View 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>