From 979c1a1757fb266f90fb8888d6499783d81f5a2a Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Tue, 17 Feb 1998 14:44:09 -0700 Subject: [PATCH] Remove unwanted CYGNUS LOCAL marker. From-SVN: r18050 --- gcc/loop.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gcc/loop.c b/gcc/loop.c index ac0df8796ac..2a3bcec2c5f 100644 --- a/gcc/loop.c +++ b/gcc/loop.c @@ -7569,7 +7569,6 @@ insert_bct (loop_start, loop_end) /* compute the number of iterations */ start_sequence (); { - /* CYGNUS LOCAL: HAIFA bug fix */ rtx temp_reg; /* Again, the number of iterations is calculated by: @@ -7611,7 +7610,6 @@ insert_bct (loop_start, loop_end) } else iterations_num_reg = temp_reg; - /* END CYGNUS LOCAL: HAIFA bug fix */ } sequence = gen_sequence (); end_sequence (); -- 2.30.2