projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5837c0
)
* cfgcleanup.c: Fix a comment typo.
author
Kazu Hirata
<kazu@hxi.com>
Tue, 30 Oct 2001 15:10:46 +0000
(15:10 +0000)
committer
Kazu Hirata
<kazu@gcc.gnu.org>
Tue, 30 Oct 2001 15:10:46 +0000
(15:10 +0000)
From-SVN: r46641
gcc/ChangeLog
patch
|
blob
|
history
gcc/cfgcleanup.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 3cc08b9baefa539a4205bc540db0f2e97e0a5664..195d90a8c34232576d06cb987444098696994832 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,3
+1,7
@@
+2001-10-30 Kazu Hirata <kazu@hxi.com>
+
+ * cfgcleanup.c: Fix a comment typo.
+
2001-10-30 Kazu Hirata <kazu@hxi.com>
* alias.c: Fix comment formatting.
diff --git
a/gcc/cfgcleanup.c
b/gcc/cfgcleanup.c
index 6919e0fdb14cb4897b670e18dbfec978358ec78f..d4a929d50a7dec8db7ba1b7efa6d3ec150c8656c 100644
(file)
--- a/
gcc/cfgcleanup.c
+++ b/
gcc/cfgcleanup.c
@@
-45,7
+45,7
@@
Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#include "obstack.h"
-/* cleanup_cfg maitains following flags for each basic block. */
+/* cleanup_cfg mai
n
tains following flags for each basic block. */
enum bb_flags {
/* Set if life info needs to be recomputed for given BB. */
BB_UPDATE_LIFE = 1,