From 2cd0e9f4ed39c4040861c446f2cc50b62381715f Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Mon, 18 Oct 2004 12:15:45 +0000 Subject: [PATCH] * loop-unroll.c: Fix comment typos. From-SVN: r89209 --- gcc/ChangeLog | 4 ++++ gcc/loop-unroll.c | 5 ++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b8d7bae..58131c0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-10-18 Kazu Hirata + + * loop-unroll.c: Fix comment typos. + 2004-10-18 Revital Eres * Makefile.in (loop-unroll.o): Add VARRAY_H dependency. diff --git a/gcc/loop-unroll.c b/gcc/loop-unroll.c index 1d1eb4d..6c8d181 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 -- 2.7.4