diff options
author | Jeff Law <law@gcc.gnu.org> | 1998-02-17 14:44:09 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-02-17 14:44:09 -0700 |
commit | 979c1a1757fb266f90fb8888d6499783d81f5a2a (patch) | |
tree | 8b37638868df8be45063cc7d88b6946a8c5a15b6 /gcc | |
parent | 8e85ff2c5030c2042f5d52f967a50403a6464b8b (diff) | |
download | gcc-979c1a1757fb266f90fb8888d6499783d81f5a2a.zip gcc-979c1a1757fb266f90fb8888d6499783d81f5a2a.tar.gz gcc-979c1a1757fb266f90fb8888d6499783d81f5a2a.tar.bz2 |
Remove unwanted CYGNUS LOCAL marker.
From-SVN: r18050
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/loop.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 (); |