diff options
author | Jeff Law <law@gcc.gnu.org> | 1997-09-21 17:46:54 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1997-09-21 17:46:54 -0600 |
commit | 37842442c3a0fc8e10d227cd7af112fdd4ef14e7 (patch) | |
tree | 89bbd4c2281008c790d9c21e0ddcbe3929b333c0 /gcc/loop.c | |
parent | 7014927a4e113c2c94c99a3e03bcd53e7d74a631 (diff) | |
download | gcc-37842442c3a0fc8e10d227cd7af112fdd4ef14e7.zip gcc-37842442c3a0fc8e10d227cd7af112fdd4ef14e7.tar.gz gcc-37842442c3a0fc8e10d227cd7af112fdd4ef14e7.tar.bz2 |
Finish last change.
From-SVN: r15614
Diffstat (limited to 'gcc/loop.c')
-rw-r--r-- | gcc/loop.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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; |