]> gcc.gnu.org Git - gcc.git/commit
sched-int.h (struct deps): Add max_reg, reg_last_in_use...
authorRichard Henderson <rth@redhat.com>
Tue, 9 Jan 2001 17:45:12 +0000 (09:45 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 9 Jan 2001 17:45:12 +0000 (09:45 -0800)
commit4ba478b87c50718ac4dd3af0e2cf42392dbb5641
tree1fe02ec542bf787c44dd766982d749861c7780fc
parent9c1fcbfbb6d9d51593faddb4a8e43e04303b3a09
sched-int.h (struct deps): Add max_reg, reg_last_in_use...

        * sched-int.h (struct deps): Add max_reg, reg_last_in_use; merge
        reg_last_uses, reg_last_sets, reg_last_clobbers into struct deps_reg.
        * sched-deps.c (sched_analyze_1): Update uses of struct deps.
        (sched_analyze_2, sched_analyze_insn): Likewise.
        (sched_analyze, init_deps): Likewise.
        (free_deps): Likewise.  Iterate with EXECUTE_IF_SET_IN_REG_SET.
        * sched-rgn.c (propagate_deps): Likewise.  Remove max_reg argument.
        (compute_block_backward_dependences): Update propagate_deps call.

From-SVN: r38835
gcc/ChangeLog
gcc/sched-deps.c
gcc/sched-int.h
gcc/sched-rgn.c
This page took 0.057095 seconds and 5 git commands to generate.