From: Jeff Law Date: Tue, 17 Feb 1998 21:44:09 +0000 (-0700) Subject: Remove unwanted CYGNUS LOCAL marker. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=979c1a1757fb266f90fb8888d6499783d81f5a2a;p=gcc.git Remove unwanted CYGNUS LOCAL marker. From-SVN: r18050 --- 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 ();