summaryrefslogtreecommitdiff
path: root/gcc/loop.c
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-09-14 07:18:02 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-09-14 07:18:02 +0000
commit3082466d5f38a673a578ce45432b1087e399195e (patch)
tree6c4262119de73bfb809ba3bc1580b6a7e4008913 /gcc/loop.c
parentf0c54b83b3dac7d8dd396c90d7861ed9c5aa25a2 (diff)
downloadgcc-3082466d5f38a673a578ce45432b1087e399195e.tar.gz
Fix typo in comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29392 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/loop.c')
-rw-r--r--gcc/loop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/loop.c b/gcc/loop.c
index ea1a3d57b01..b25734ddaee 100644
--- a/gcc/loop.c
+++ b/gcc/loop.c
@@ -4053,7 +4053,7 @@ strength_reduce (scan_start, end, loop_top, insn_count,
/* The register from BL2 must be set before the register from
BL is set, or we must be able to move the latter set after
the former set. Currently there can't be any labels
- in-between when biv_toal_increment returns nonzero both times
+ in-between when biv_total_increment returns nonzero both times
but we test it here in case some day some real cfg analysis
gets used to set always_computable. */
&& ((loop_insn_first_p (bl2->biv->insn, bl->biv->insn)