projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a512b7
)
* tree-cfg.c: Fix a comment typo.
author
Kazu Hirata
<kazu@cs.umass.edu>
Fri, 8 Oct 2004 17:11:16 +0000
(17:11 +0000)
committer
Kazu Hirata
<kazu@gcc.gnu.org>
Fri, 8 Oct 2004 17:11:16 +0000
(17:11 +0000)
From-SVN: r88767
gcc/ChangeLog
patch
|
blob
|
history
gcc/tree-cfg.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 5ce51198f3b4ba83bd81161df24b2a63e7d5e621..db4c18e74a8e4636c944d7825181440ff0189985 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,3
+1,7
@@
+2004-10-08 Kazu Hirata <kazu@cs.umass.edu>
+
+ * tree-cfg.c: Fix a comment typo.
+
2004-10-08 Andreas Krebbel <krebbel1@de.ibm.com>
* config/s390/s390.c (s390_register_info): Don't save fprs for
diff --git
a/gcc/tree-cfg.c
b/gcc/tree-cfg.c
index c1d40d5830e008a1aade1d73ab4337c54c5f05c2..8bdfe5ba9f6807a407daa2dc86fdea10caa7c530 100644
(file)
--- a/
gcc/tree-cfg.c
+++ b/
gcc/tree-cfg.c
@@
-790,7
+790,7
@@
main_block_label (tree label)
return label_for_bb[bb->index];
}
-/* Cleanup redundant labels. This is a three-ste
o
process:
+/* Cleanup redundant labels. This is a three-ste
p
process:
1) Find the leading label for each block.
2) Redirect all references to labels to the leading labels.
3) Cleanup all useless labels. */