From e1c4a14a5bb71777505c22aac0d462b1100fb240 Mon Sep 17 00:00:00 2001 From: amylaar Date: Mon, 16 Nov 2009 23:32:35 +0000 Subject: Removed extra line break. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/ici-20091108-branch@154224 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/loop-unroll.c | 3 +-- 1 file changed, 1 insertion(+), 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; } -- cgit v1.2.3