diff options
author | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-30 18:01:53 +0000 |
---|---|---|
committer | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-30 18:01:53 +0000 |
commit | 4ef5300845784933115aa5aa4a4fe4b561e70610 (patch) | |
tree | 93f1f600489d7baf6810b832cb221ad9e5060732 /gcc/sched-rgn.c | |
parent | d0a650d20981045ecc9f7b0643d489090a4e3d2f (diff) | |
download | gcc-4ef5300845784933115aa5aa4a4fe4b561e70610.tar.gz |
* sched-rgn.c (schedule_insns): Fix comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46646 138bc75d-0d04-0410-961f-82ee72b054a4
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) { |