summaryrefslogtreecommitdiff
path: root/gcc/loop.h
diff options
context:
space:
mode:
authorJoseph Myers <jsm28@cam.ac.uk>2001-10-29 22:13:41 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2001-10-29 22:13:41 +0000
commitaffd4f3309d3ae078f95268e18b44293e096c9b9 (patch)
treed22145edf221e99e022f8fc75bc7ff7175dbca90 /gcc/loop.h
parent686deecbf3455251410ee0908cde6df818f0587c (diff)
downloadgcc-affd4f3309d3ae078f95268e18b44293e096c9b9.tar.gz
loop.h (struct induction): Rename ext_dependant to ext_dependent.
* loop.h (struct induction): Rename ext_dependant to ext_dependent. * loop.c: Change all uses. (check_ext_dependant_givs): Rename to check_ext_dependent_givs. All callers changed. * timevar.c (DEFTIMEVAR): Fix spelling of identifier__ parameter. From-SVN: r46620
Diffstat (limited to 'gcc/loop.h')
-rw-r--r--gcc/loop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/loop.h b/gcc/loop.h
index 061c6abc49d..d6f83804948 100644
--- a/gcc/loop.h
+++ b/gcc/loop.h
@@ -135,7 +135,7 @@ struct induction
subtracted from add_val when this giv
derives another. This occurs when the
giv spans a biv update by incrementation. */
- rtx ext_dependant; /* If nonzero, is a sign or zero extension
+ rtx ext_dependent; /* If nonzero, is a sign or zero extension
if a biv on which this giv is dependent. */
struct induction *next_iv; /* For givs, links together all givs that are
based on the same biv. For bivs, links