* hard-reg-set.h (regs_invalidated_by_call): Declare.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 16 Jul 2001 17:54:34 +0000 (17:54 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 16 Jul 2001 17:54:34 +0000 (17:54 +0000)
commit546edcaaf9c30b39a7ac0240e86f2fcfd01e9d65
tree91f60d01900241bcf2cec0a70c51d3cdca1a9403
parent5d2e3b0feb8affd606954a3ebe98f6cbe4a24b90
    * hard-reg-set.h (regs_invalidated_by_call): Declare.
        * regclass.c (regs_invalidated_by_call): Move from cse.c.
        (init_reg_sets_1): Move initialization from cse_main.
        * cse.c (regs_invalidated_by_call): Move to regclass.c.
        (cse_main): Move its initialization also.
        * df.c (df_insn_refs_record): Use regs_invalidated_by_call.
        * flow.c (propagate_one_insn): Likewise.
        * gcse.c (compute_hash_table): Likewise.
        (compute_kill_rd, compute_store_table): Likewise.
        * sched-deps.c (sched_analyze_1): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44053 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cse.c
gcc/df.c
gcc/flow.c
gcc/gcse.c
gcc/hard-reg-set.h
gcc/regclass.c
gcc/sched-deps.c