diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-05-07 06:41:23 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-05-07 06:41:23 +0000 |
commit | 4bbea25433b26fb34cc286ba96974f23dbe15ccd (patch) | |
tree | d583d908c670671b25c202db24844f7db39d0ad1 /gcc/loop.h | |
parent | b550e0588e54efcea40f213bc2a92149514efa19 (diff) | |
download | gcc-4bbea25433b26fb34cc286ba96974f23dbe15ccd.tar.gz |
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@930 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/loop.h')
-rw-r--r-- | gcc/loop.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/loop.h b/gcc/loop.h index 301a02dc08b..f57b4c9a187 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. */ |