diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-09-21 23:46:54 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-09-21 23:46:54 +0000 |
commit | 89efe6c60154edbbe1e7d2ebfda0d9bc57ff3777 (patch) | |
tree | 89bbd4c2281008c790d9c21e0ddcbe3929b333c0 /gcc/loop.c | |
parent | 9ed2716bfe02505d84369b3a944b349cc76875a2 (diff) | |
download | gcc-89efe6c60154edbbe1e7d2ebfda0d9bc57ff3777.tar.gz |
Finish last change.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15614 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/loop.c')
-rw-r--r-- | gcc/loop.c | 4 |
1 files changed, 0 insertions, 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; |