OSDN Git Service

* jump.c (jmp_uses_reg_or_mem): Deleted unused function.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Sep 1997 00:49:32 +0000 (00:49 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Sep 1997 00:49:32 +0000 (00:49 +0000)
commitca6d6e84278c7bdb2b4874f14923d48f459c26b7
tree18e02cdfa9330785934ec403168033e5f85505e6
parent89efe6c60154edbbe1e7d2ebfda0d9bc57ff3777
    * jump.c (jmp_uses_reg_or_mem): Deleted unused function.
        (find_basic_blocks): Use computed_jump_p to determine if a
        particular JUMP_INSN is a computed jump.
        * reg-stack.c (find_blocks): Use computed_jump_p to determine
        if a particular JUMP_INSN is a computed jump.
        * rtlanal.c (jmp_uses_reg_or_mem): New function.
        (computed_jump_p): Likewise.
        * rtl.h (computed_jump_p): Declare.
        * genattrtab.c (pc_rtx): Define and initialize.
        * loop.c (loop_optimize): Always determine if the current
        function has a computed jump.
        (indirect_jump_in_function_p): Use computed_jump_p to determine
        if a particular JUMP_INSN is a computed jump.
General (and haifa) cleanups.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15615 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/genattrtab.c
gcc/loop.c
gcc/reg-stack.c
gcc/rtl.h
gcc/rtlanal.c