Commit 37842442 by Jeff Law

Finish last change.

From-SVN: r15614
parent 7014927a
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment