aboutsummaryrefslogtreecommitdiff
path: root/gcc/loop.h
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-05-07 06:41:23 +0000
committerRichard Stallman <rms@gnu.org>1992-05-07 06:41:23 +0000
commit6dc42e49d3dac756ec72e10f3bf7687f9c8542c2 (patch)
treed583d908c670671b25c202db24844f7db39d0ad1 /gcc/loop.h
parentc5b7917eac14be1be0843853dd1f2a13679f25a7 (diff)
downloadgcc-6dc42e49d3dac756ec72e10f3bf7687f9c8542c2.zip
gcc-6dc42e49d3dac756ec72e10f3bf7687f9c8542c2.tar.gz
gcc-6dc42e49d3dac756ec72e10f3bf7687f9c8542c2.tar.bz2
*** empty log message ***
From-SVN: r930
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 301a02d..f57b4c9 100644
--- a/gcc/loop.h
+++ b/gcc/loop.h
@@ -121,7 +121,7 @@ struct iv_class {
rtx initial_value; /* Value of reg at loop start */
rtx initial_test; /* Test performed on BIV before loop */
struct iv_class *next; /* Links all class structures together */
- rtx init_insn; /* insn which intializes biv, 0 if none. */
+ rtx init_insn; /* insn which initializes biv, 0 if none. */
rtx init_set; /* SET of INIT_INSN, if any. */
unsigned incremented : 1; /* 1 if somewhere incremented/decremented */
unsigned eliminable : 1; /* 1 if plausible candidate for elimination. */