From 3eae4643be652fff3b1756f4462e1941da58973d Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 27 Oct 2002 14:47:55 +0000 Subject: combine.c: Fix comment formatting. * combine.c: Fix comment formatting. * loop.c: Likewise. * real.c: Likewise. * regclass.c: Likewise. * regmove.c: Likewise. * regrename.c: Likewise. * reg-stack.c: Likewise. * reload1.c: Likewise. * reload.c: Likewise. * reload.h: Likewise. * unroll.c: Likewise. From-SVN: r58583 --- gcc/unroll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/unroll.c') diff --git a/gcc/unroll.c b/gcc/unroll.c index fa04253..3dea451 100644 --- a/gcc/unroll.c +++ b/gcc/unroll.c @@ -1136,7 +1136,7 @@ unroll_loop (loop, insn_count, strength_reduce_p) /* And whether the loop has been preconditioned. */ loop_info->preconditioned = loop_preconditioned; - /* Remember whether it was preconditioned for the second loop pass. */ + /* Remember whether it was preconditioned for the second loop pass. */ NOTE_PRECONDITIONED (loop->end) = loop_preconditioned; /* For each biv and giv, determine whether it can be safely split into -- cgit v1.1