aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>2009-11-16 23:32:35 +0000
committeramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>2009-11-16 23:32:35 +0000
commite1c4a14a5bb71777505c22aac0d462b1100fb240 (patch)
treebb6617e36c9c55eecfcc4540bd75a6767ea8fe36
parent1d9585186f2ff8d2b4e9bfe92936dc1b0cb2b18e (diff)
Removed extra line break.
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/ici-20091108-branch@154224 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/loop-unroll.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/loop-unroll.c b/gcc/loop-unroll.c
index 4a1d5a155c9..55fb376d5b7 100644
--- a/gcc/loop-unroll.c
+++ b/gcc/loop-unroll.c
@@ -325,8 +325,7 @@ decide_unrolling_and_peeling (int flags)
NULL);
if (dump_file)
- fprintf (dump_file,
- ";; Not considering loop, is not innermost\n");
+ fprintf (dump_file, ";; Not considering loop, is not innermost\n");
continue;
}