* loop.c (is_power_of_2, is_conditional_branch): Delete unused
commitae9b1d6b9cc11fe110186b8e0e4d1e906b94d4f6
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 16 Aug 1997 07:09:42 +0000 (16 07:09 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 16 Aug 1997 07:09:42 +0000 (16 07:09 +0000)
tree8ee8f001956e87970d0fea83ffc7d93210436d76
parent96af47dad2a2b5adb8f465acf4eb0a6cf1aad5b9
    * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14818 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/loop.c