From: law Date: Tue, 17 Feb 1998 21:44:09 +0000 (+0000) Subject: Remove unwanted CYGNUS LOCAL marker. X-Git-Url: http://git.sourceforge.jp/view?a=commitdiff_plain;h=b545a55babd6b1fdc50b4d573e4e3317115b0496;p=pf3gnuchains%2Fgcc-fork.git Remove unwanted CYGNUS LOCAL marker. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18050 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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 ();