From 37842442c3a0fc8e10d227cd7af112fdd4ef14e7 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Sun, 21 Sep 1997 17:46:54 -0600 Subject: [PATCH] Finish last change. From-SVN: r15614 --- gcc/loop.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gcc/loop.c b/gcc/loop.c index 39cc85fa7a7..d73d33933bf 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; -- 2.30.2