aboutsummaryrefslogtreecommitdiff
path: root/gcc/loop.h
diff options
context:
space:
mode:
authorJ"orn Rennecke <amylaar@cygnus.co.uk>1998-12-15 10:31:52 +0000
committerJoern Rennecke <amylaar@gcc.gnu.org>1998-12-15 10:31:52 +0000
commit4b259e3fd8a2459f2c5d36fcc573884b725ada14 (patch)
tree4433e30dd9eb67c2f12b3797d24aeb1014c0ba10 /gcc/loop.h
parent06d84d69355885992c5494eef50633624ee14bf6 (diff)
downloadgcc-4b259e3fd8a2459f2c5d36fcc573884b725ada14.zip
gcc-4b259e3fd8a2459f2c5d36fcc573884b725ada14.tar.gz
gcc-4b259e3fd8a2459f2c5d36fcc573884b725ada14.tar.bz2
loop.h (struct induction): Delete times_used member.
* loop.h (struct induction): Delete times_used member. * loop.c (n_times_set): Rename to set_in_loop. Changed all users. (n_times_used): Rename to n_times_set. Changed all users. (scan_loop): Free reg_single_usage before strength reduction. (record_giv, combine_givs): Remove handling of times_used member. (combine_givs_used_once): Rename to: (combine_givs_used_by_other) . Changed all callers. From-SVN: r24324
Diffstat (limited to 'gcc/loop.h')
-rw-r--r--gcc/loop.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/loop.h b/gcc/loop.h
index c47fa41..8d0055e 100644
--- a/gcc/loop.h
+++ b/gcc/loop.h
@@ -97,7 +97,6 @@ struct induction
unsigned shared : 1;
unsigned no_const_addval : 1; /* 1 if add_val does not contain a const. */
int lifetime; /* Length of life of this giv */
- int times_used; /* # times this giv is used. */
rtx derive_adjustment; /* If nonzero, is an adjustment to be
subtracted from add_val when this giv
derives another. This occurs when the