Replace several arrays with a struct of arrays.
authorPaolo Bonzini <bonzini@gnu.org>
Wed, 12 May 2004 08:32:00 +0000 (08:32 +0000)
committerPaolo Bonzini <bonzini@gcc.gnu.org>
Wed, 12 May 2004 08:32:00 +0000 (08:32 +0000)
commit5eaad4813d632efa8213ad4f262a44f824fb0f6a
tree79cfceb3da6051a8284f4437cc16da4d2dd1a6d4
parentf5657d6742d33882cf7228af5a558d5b0db97281
Replace several arrays with a struct of arrays.

2004-05-12  Paolo Bonzini  <bonzini@gnu.org>

Replace several arrays with a struct of arrays.
        * combine.c (struct reg_stat): New.
        (init_reg_last_arrays): Renamed to...
        (init_reg_last): ...this.  Callers adjusted.
        (reg_stat): New.
        (combine_instructions): Allocate it and use it.
        (reg_last_death, reg_last_set, reg_last_set_value,
        reg_last_set_label, reg_last_set_table_tick,
        reg_last_set_invalid, reg_nonzero_bits, reg_sign_bit_copies,
        reg_last_set_mode, reg_last_set_nonzero_bits,
        reg_last_set_sign_bit_copies): Replace throughout
        with items of reg_stat.

From-SVN: r81740
gcc/ChangeLog
gcc/combine.c