aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-inline.c')
-rw-r--r--gcc/tree-inline.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/tree-inline.c b/gcc/tree-inline.c
index 8c8aef6..4cf2a12 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;
}