]> gcc.gnu.org Git - gcc.git/commit - gcc/gimple.c
cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Chain the new statement...
authorEric Botcazou <ebotcazou@gcc.gnu.org>
Tue, 22 Jun 2010 18:21:25 +0000 (18:21 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Tue, 22 Jun 2010 18:21:25 +0000 (18:21 +0000)
commit8d2adc244b117d1560a75caf39b0698eeb6c96ef
treee85874c9f8f854e3483015176601bba12e52e10c
parentca3e07b4edd28f5c643dd4a601d51db135fde67b
cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Chain the new statement and adjust VDEF only if necessary.

* cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Chain the
new statement and adjust VDEF only if necessary.  Remove superfluous
call to maybe_clean_or_replace_eh_stmt.
* gimple.c (gimple_call_copy_skip_args): Use gimple_call_copy_flags to
copy the flags.
* gimple-iterator.c (gsi_replace): Clear BB of old statement here...
* tree-inline.c (copy_bb): ...and not there.

From-SVN: r161221
gcc/ChangeLog
gcc/cgraphunit.c
gcc/gimple-iterator.c
gcc/gimple.c
gcc/tree-inline.c
This page took 0.066378 seconds and 5 git commands to generate.