aboutsummaryrefslogtreecommitdiff
path: root/gcc/loop.c
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1997-09-21 17:46:54 -0600
committerJeff Law <law@gcc.gnu.org>1997-09-21 17:46:54 -0600
commit37842442c3a0fc8e10d227cd7af112fdd4ef14e7 (patch)
tree89bbd4c2281008c790d9c21e0ddcbe3929b333c0 /gcc/loop.c
parent7014927a4e113c2c94c99a3e03bcd53e7d74a631 (diff)
downloadgcc-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.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;