diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2002-10-27 14:47:55 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2002-10-27 14:47:55 +0000 |
commit | 3eae4643be652fff3b1756f4462e1941da58973d (patch) | |
tree | 64a1566fa3db7d5ae984e75042d42c81d8226d00 /gcc/unroll.c | |
parent | e591c83de733b7de518e12d0298709c48311bad4 (diff) | |
download | gcc-3eae4643be652fff3b1756f4462e1941da58973d.tar.gz |
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
Diffstat (limited to 'gcc/unroll.c')
-rw-r--r-- | gcc/unroll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/unroll.c b/gcc/unroll.c index fa04253e0ed..3dea4510657 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 |