aboutsummaryrefslogtreecommitdiff
path: root/gcc/loop.c
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2001-09-11 00:20:23 +0000
committerHans-Peter Nilsson <hp@gcc.gnu.org>2001-09-11 00:20:23 +0000
commitfb530c07c16e5f5294341dd4675d833e951cf9a8 (patch)
treedd9f563a9189153b8e7a2d3d71c2577e726d60f8 /gcc/loop.c
parentf280fdf44d1a1ef5f03d9429ff0b4704ac585765 (diff)
downloadgcc-fb530c07c16e5f5294341dd4675d833e951cf9a8.zip
gcc-fb530c07c16e5f5294341dd4675d833e951cf9a8.tar.gz
gcc-fb530c07c16e5f5294341dd4675d833e951cf9a8.tar.bz2
dbxout.c (dbxout_parms): Fix typo in comment.
* dbxout.c (dbxout_parms): Fix typo in comment. * unroll.c (loop_find_equiv_value): Ditto. * toplev.c (rest_of_compilation): Ditto. * loop.c (scan_loop): Ditto. (scan_loop): Ditto. * dwarf2out.c (struct dw_fde_struct): Ditto. From-SVN: r45531
Diffstat (limited to 'gcc/loop.c')
-rw-r--r--gcc/loop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/loop.c b/gcc/loop.c
index ef1b7ee..e20e059 100644
--- a/gcc/loop.c
+++ b/gcc/loop.c
@@ -727,7 +727,7 @@ scan_loop (loop, flags)
something after this point in the loop might
depend on its value before the set). */
! reg_in_basic_block_p (p, SET_DEST (set))
- /* And the set is not guaranteed to be executed one
+ /* And the set is not guaranteed to be executed once
the loop starts, or the value before the set is
needed before the set occurs...
@@ -963,7 +963,7 @@ scan_loop (loop, flags)
beginning, don't set maybe_never for that. This must be an
unconditional jump, otherwise the code at the top of the
loop might never be executed. Unconditional jumps are
- followed a by barrier then loop end. */
+ followed by a barrier then the loop_end. */
&& ! (GET_CODE (p) == JUMP_INSN && JUMP_LABEL (p) == loop->top
&& NEXT_INSN (NEXT_INSN (p)) == loop_end
&& any_uncondjump_p (p)))