* sched-rgn.c (schedule_insns): Fix comment.
From-SVN: r46646
This commit is contained in:
parent
5fed851da8
commit
6bbdfefd6f
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Tue Oct 30 19:00:43 CET 2001 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* sched-rgn.c (schedule_insns): Fix comment.
|
||||
|
||||
2001-10-30 Zack Weinberg <zack@codesourcery.com>
|
||||
|
||||
* configure.in: Correct previous change: don't assume that
|
||||
|
|
|
@ -2958,7 +2958,8 @@ schedule_insns (dump_file)
|
|||
|
||||
if (CHECK_DEAD_NOTES)
|
||||
{
|
||||
/* Remove all death notes from the subroutine. */
|
||||
/* Verify the counts of basic block notes in single the basic block
|
||||
regions. */
|
||||
for (rgn = 0; rgn < nr_regions; rgn++)
|
||||
if (RGN_NR_BLOCKS (rgn) == 1)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue