diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-18 12:15:45 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-18 12:15:45 +0000 |
commit | 6dce5fff9fa74c2be92db465d3746dcc451a6e53 (patch) | |
tree | f2b673adcc41ba9e2425164348b52e489835036d /gcc/loop-unroll.c | |
parent | 5d838f4a99373ba54ca7096b11006c49f278cd5f (diff) | |
download | gcc-6dce5fff9fa74c2be92db465d3746dcc451a6e53.tar.gz |
* loop-unroll.c: Fix comment typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89209 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/loop-unroll.c')
-rw-r--r-- | gcc/loop-unroll.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/loop-unroll.c b/gcc/loop-unroll.c index 1d1eb4d4865..6c8d18183d6 100644 --- a/gcc/loop-unroll.c +++ b/gcc/loop-unroll.c @@ -1861,8 +1861,7 @@ split_iv (struct iv_to_split *ivts, rtx insn, unsigned delta) } -/* Return one expansion of the accumulator recoreded - in struct VE. */ +/* Return one expansion of the accumulator recorded in struct VE. */ static rtx get_expansion (struct var_to_expand *ve) @@ -1919,7 +1918,7 @@ expand_var_during_unrolling (struct var_to_expand *ve, rtx insn) /* Initialize the variable expansions in loop preheader. Callbacks for htab_traverse. PLACE_P is the loop-preheader - basic block where the initializtion of the expansions + basic block where the initialization of the expansions should take place. */ static int |