aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfghooks.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cfghooks.c')
-rw-r--r--gcc/cfghooks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfghooks.c b/gcc/cfghooks.c
index b3fde68..e6a624c 100644
--- a/gcc/cfghooks.c
+++ b/gcc/cfghooks.c
@@ -691,7 +691,7 @@ duplicate_block (basic_block bb, edge e)
if (bb->count < new_count)
new_count = bb->count;
- gcc_assert (EDGE_COUNT (bb->preds) > 0);
+
#ifdef ENABLE_CHECKING
gcc_assert (can_duplicate_block_p (bb));
#endif