* haifa-sched.c (struct haifa_insn_data, h_i_d): New.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 6 Nov 1999 19:41:37 +0000 (19:41 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 6 Nov 1999 19:41:37 +0000 (19:41 +0000)
commitd28d5327a649184bcdb1bfff6ee8b695282dff58
tree8b032d552b1150d3656b0ffcec50bcdc707742c2
parentbfcb79b125ce8203ce800744fe9fecea1c235547
    * haifa-sched.c (struct haifa_insn_data, h_i_d): New.
        (insn_luid, insn_priority, insn_costs, insn_units): Remove.
        (insn_reg_weight, insn_depend, insn_dep_count): Remove.
        (insn_blockage, insn_ref_count, line_note, insn_tick): Remove.
        (cant_move, fed_by_spec_load, is_load_insn): Remove.
        (schedule_region): Remove unused variable.
        (schedule_insns): Allocate h_i_d, and not all the separate arrays.

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