diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2011-04-04 12:34:29 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2011-04-04 12:34:29 +0000 |
commit | 8effe8566fcbd6a61c0372fa69a2077f967e1116 (patch) | |
tree | afa846cb738e95a633287830f161513579bbade4 /gcc/tree-inline.c | |
parent | 413519aef85273d74fab2b26aff5ee339c29dc8f (diff) | |
download | gcc-8effe8566fcbd6a61c0372fa69a2077f967e1116.tar.gz |
cfghooks.c (tidy_fallthru_edges): Add ??? comment.
* cfghooks.c (tidy_fallthru_edges): Add ??? comment.
* tree-inline.c (delete_unreachable_blocks_update_callgraph): Remove
call to tidy_fallthru_edges.
From-SVN: r171936
Diffstat (limited to 'gcc/tree-inline.c')
-rw-r--r-- | gcc/tree-inline.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/tree-inline.c b/gcc/tree-inline.c index 8c8aef66294..4cf2a12b3ce 100644 --- a/gcc/tree-inline.c +++ b/gcc/tree-inline.c @@ -4964,8 +4964,6 @@ delete_unreachable_blocks_update_callgraph (copy_body_data *id) } } - if (changed) - tidy_fallthru_edges (); return changed; } |