]> gcc.gnu.org Git - gcc.git/commit
loop.c (current_loop_info): Renamed from loop_info_data and changed to a pointer.
authorMichael Hayes <m.hayes@gcc.gnu.org>
Wed, 19 Jan 2000 11:19:20 +0000 (11:19 +0000)
committerMichael Hayes <m.hayes@gcc.gnu.org>
Wed, 19 Jan 2000 11:19:20 +0000 (11:19 +0000)
commitcfef86e454ad355db3353810ae981bf6a646a04b
treefdb434cc0eb7f99ced77dc81bd95efde671d920d
parente4b68cedfd8fe2d9c380f701d8add1fec4c2532f
loop.c (current_loop_info): Renamed from loop_info_data and changed to a pointer.

* loop.c (current_loop_info): Renamed from loop_info_data
and changed to a pointer.
(loop_optimize): Allocate loop_info structure for each loop
and initialise to zero.
(scan_loop): Set current_loop_info.

* unroll.c (loop_iterations): Don't abort if REG_USERVAR_P set
on iteration_var.

From-SVN: r31501
gcc/loop.c
This page took 0.064001 seconds and 5 git commands to generate.