loop.c (is_power_of_2, [...]): Delete unused functions and declarations.
authorJeffrey A Law <law@cygnus.com>
Sat, 16 Aug 1997 07:09:42 +0000 (07:09 +0000)
committerJeff Law <law@gcc.gnu.org>
Sat, 16 Aug 1997 07:09:42 +0000 (01:09 -0600)
commit38ea060fa7bf6daad4c8e79cc9a8cd78149cd7ef
tree8ee8f001956e87970d0fea83ffc7d93210436d76
parentf187056f8a6ca4c42c7cfa2954b134a94c7a38b3
loop.c (is_power_of_2, [...]): Delete unused functions and declarations.

        * loop.c (is_power_of_2, is_conditional_branch): Delete unused
        functions and declarations.
        (analyze_loop_iterations): Use condjump_p.
        (insert_bct): Likewise.  Use exact_log2.
Just cleanup up some haifa code.

From-SVN: r14818
gcc/ChangeLog
gcc/loop.c