summaryrefslogtreecommitdiff
path: root/gcc/loop.h
diff options
context:
space:
mode:
authoramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>1998-12-15 10:31:52 +0000
committeramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>1998-12-15 10:31:52 +0000
commit7e6b5a2a2e556581c915c8bf72323e88b8086193 (patch)
tree4433e30dd9eb67c2f12b3797d24aeb1014c0ba10 /gcc/loop.h
parent5e91b0fd72bd3783ac55c7d60cb5caeeccad18d8 (diff)
downloadgcc-7e6b5a2a2e556581c915c8bf72323e88b8086193.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24324 138bc75d-0d04-0410-961f-82ee72b054a4
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 c47fa414868..8d0055e1dd0 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