Finish last change.
authorJeff Law <law@gcc.gnu.org>
Sun, 21 Sep 1997 23:46:54 +0000 (17:46 -0600)
committerJeff Law <law@gcc.gnu.org>
Sun, 21 Sep 1997 23:46:54 +0000 (17:46 -0600)
From-SVN: r15614

gcc/loop.c

index 39cc85fa7a7e0a903d1b08c97e5064b372e4a41b..d73d33933bfbd72751971ac282d09d53cef0a2f1 100644 (file)
@@ -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;