diff options
author | Jan Hubicka <jh@suse.cz> | 2001-10-30 19:01:53 +0100 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2001-10-30 18:01:53 +0000 |
commit | 6bbdfefd6f61d1536c7197e2840a4906587e8e62 (patch) | |
tree | 93f1f600489d7baf6810b832cb221ad9e5060732 /gcc/sched-rgn.c | |
parent | 5fed851da8f2306827f83a3edb12e53ad6852fe5 (diff) | |
download | gcc-6bbdfefd6f61d1536c7197e2840a4906587e8e62.tar.gz |
* sched-rgn.c (schedule_insns): Fix comment.
From-SVN: r46646
Diffstat (limited to 'gcc/sched-rgn.c')
-rw-r--r-- | gcc/sched-rgn.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/sched-rgn.c b/gcc/sched-rgn.c index c443cd7c4f0..9e5020bed1e 100644 --- a/gcc/sched-rgn.c +++ b/gcc/sched-rgn.c @@ -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) { |