diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-10-27 14:47:55 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-10-27 14:47:55 +0000 |
commit | 45498ea14d2f4cf09b4db9acbd3d73585f5dffb4 (patch) | |
tree | 64a1566fa3db7d5ae984e75042d42c81d8226d00 /gcc/unroll.c | |
parent | 8c2e6a918f58eb29f43fcdf736dfab484d4e4d9d (diff) | |
download | gcc-45498ea14d2f4cf09b4db9acbd3d73585f5dffb4.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58583 138bc75d-0d04-0410-961f-82ee72b054a4
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 |