OSDN Git Service

2000-01-25 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
authorm.hayes <m.hayes@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Jan 2000 00:38:09 +0000 (00:38 +0000)
committerm.hayes <m.hayes@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Jan 2000 00:38:09 +0000 (00:38 +0000)
commit7bc9de799b0ce95672dc58618ad5e6f289f516a6
treec49627cb58a453d050405ec2e4b537b3fd07b649
parent23718fc7da88cecb4ee32da40f01d4e9d7bdbe17
2000-01-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>

* loop.h (LOOP_INFO): New accessor macro.
* basic-block.h (struct loop): Rename field `info' to `aux'.
* loop.c (scan_loop): Replace loop->info with LOOP_INFO (loop).
(prescan_loop, strength_reduce, check_dbra_loop, insert_bct): Likewise.
* unroll.c (loop_iterations, unroll_loop): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31596 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/basic-block.h
gcc/loop.c
gcc/loop.h
gcc/unroll.c