diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-06 21:09:07 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-06 21:09:07 +0000 |
commit | 3398e91d3a688ea0ef2f9bf4d6cf7c2e96f6d092 (patch) | |
tree | e5214fcd8a05d4b329467434fcdea16f33d3ce7b /gcc/unroll.c | |
parent | 0268b6e3fcd2080f0c1d198c1dec0a9f8fcf0eec (diff) | |
download | gcc-3398e91d3a688ea0ef2f9bf4d6cf7c2e96f6d092.tar.gz |
typo typo fixes fixes
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19601 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/unroll.c')
-rw-r--r-- | gcc/unroll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/unroll.c b/gcc/unroll.c index a6cd9bdd529..2f6a2e80c37 100644 --- a/gcc/unroll.c +++ b/gcc/unroll.c @@ -2287,7 +2287,7 @@ biv_total_increment (bl, loop_start, loop_end) /* For increment, must check every instruction that sets it. Each instruction must be executed only once each time through the loop. - To verify this, we check that the the insn is always executed, and that + To verify this, we check that the insn is always executed, and that there are no backward branches after the insn that branch to before it. Also, the insn must have a mult_val of one (to make sure it really is an increment). */ |