loop.c (struct movables): New.
authorMichael Hayes <mhayes@cygnus.com>
Sat, 9 Sep 2000 04:48:48 +0000 (04:48 +0000)
committerMichael Hayes <m.hayes@gcc.gnu.org>
Sat, 9 Sep 2000 04:48:48 +0000 (04:48 +0000)
commit02055ad620145132cbd90eaf3405dc9a1dd40ed2
treeb2bddac31aa22573ebbe67a7ae7d33c7f6523b16
parentae54392bb967c32fc1a907403006a16cef7ed990
loop.c (struct movables): New.

* loop.c (struct movables): New.
(num_movables): Move into struct movables.
(the_movables): Change type to struct movables.
(ignore_some_movables): Change struct movable arg to struct movables.
  (force_movables, combine_movables, regs_match_p): Likewise.
(rtx_equal_for_loop_p, move_movables): Likewise.
(scan_loop): Change movables to be of type struct movables.
Replace last_movable with field in movables structure.

From-SVN: r36278
gcc/ChangeLog
gcc/loop.c