Commit 6bbdfefd by Jan Hubicka Committed by Jan Hubicka

* sched-rgn.c (schedule_insns): Fix comment.

From-SVN: r46646
parent 5fed851d
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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment