mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-30 11:15:21 +08:00
Remove unwanted CYGNUS LOCAL marker.
From-SVN: r18050
This commit is contained in:
parent
8e85ff2c50
commit
979c1a1757
@ -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 ();
|
||||
|
Loading…
Reference in New Issue
Block a user