projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fed851
)
* sched-rgn.c (schedule_insns): Fix comment.
author
Jan Hubicka
<jh@suse.cz>
Tue, 30 Oct 2001 18:01:53 +0000
(19:01 +0100)
committer
Jan Hubicka
<hubicka@gcc.gnu.org>
Tue, 30 Oct 2001 18:01:53 +0000
(18:01 +0000)
From-SVN: r46646
gcc/ChangeLog
patch
|
blob
|
history
gcc/sched-rgn.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 12a84cd9d0e2708c91ee298935f5b505d6e7d369..52861389498e3cb53fe9ca36377cae0d7d925bbf 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-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
diff --git
a/gcc/sched-rgn.c
b/gcc/sched-rgn.c
index c443cd7c4f0ff92d555769086ed13842d68a6fc7..9e5020bed1e44548d5d301ab246654efd82e4258 100644
(file)
--- 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)
{