aboutsummaryrefslogtreecommitdiff
path: root/gcc/loop.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/loop.c')
-rw-r--r--gcc/loop.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/loop.c b/gcc/loop.c
index 39cc85f..d73d339 100644
--- a/gcc/loop.c
+++ b/gcc/loop.c
@@ -7074,10 +7074,6 @@ void analyze_loop_iterations (loop_start, loop_end)
/* we change our mind only when we are sure that loop will be instrumented */
loop_can_insert_bct[loop_num] = 0;
- /* debugging: do we wish to instrument this loop? */
- if ( !check_bct_param () )
- return;
-
/* is the optimization suppressed. */
if ( !flag_branch_on_count_reg )
return;