diff options
Diffstat (limited to 'gcc/tree-inline.c')
-rw-r--r-- | gcc/tree-inline.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/tree-inline.c b/gcc/tree-inline.c index 37d9098..609a081 100644 --- a/gcc/tree-inline.c +++ b/gcc/tree-inline.c @@ -3639,10 +3639,6 @@ optimize_inline_calls (tree fn) /* Renumber the lexical scoping (non-code) blocks consecutively. */ number_blocks (fn); - /* We are not going to maintain the cgraph edges up to date. - Kill it so it won't confuse us. */ - cgraph_node_remove_callees (id.dst_node); - fold_cond_expr_cond (); /* It would be nice to check SSA/CFG/statement consistency here, but it is |