From b53327b233846dcf4c18df1bcb5a6c51cec8b26f Mon Sep 17 00:00:00 2001 From: amylaar Date: Mon, 16 Nov 2009 23:29:15 +0000 Subject: [PATCH] Remove extra blank lines & outdated comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/ici-20091108-branch@154222 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/loop-unroll.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gcc/loop-unroll.c b/gcc/loop-unroll.c index e362b2956fc..4a1d5a155c9 100644 --- a/gcc/loop-unroll.c +++ b/gcc/loop-unroll.c @@ -171,7 +171,6 @@ unroll_and_peel_loops (int flags) FOR_EACH_LOOP (li, loop, LI_FROM_INNERMOST) { check = true; - /* And perform the appropriate transformations. */ switch (loop->lpt_decision.decision) { @@ -270,8 +269,6 @@ decide_unrolling_and_peeling (int flags) struct loop *loop; loop_iterator li; - /* ICI: parameter holders */ - /* Scan the loops, inner ones first. */ FOR_EACH_LOOP (li, loop, LI_FROM_INNERMOST) { @@ -280,7 +277,6 @@ decide_unrolling_and_peeling (int flags) if (dump_file) fprintf (dump_file, "\n;; *** Considering loop %d ***\n", loop->num); - /* Do not peel cold areas. */ if (optimize_loop_for_size_p (loop)) { -- 2.11.4.GIT