Commit 79f5e6be by Kazu Hirata Committed by Kazu Hirata

* cfgcleanup.c: Fix a comment typo.

From-SVN: r46641
parent e5837c07
2001-10-30 Kazu Hirata <kazu@hxi.com> 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. * alias.c: Fix comment formatting.
* recog.c: Likewise. * recog.c: Likewise.
* config/cris/cris.c: Likewise. * config/cris/cris.c: Likewise.
......
...@@ -45,7 +45,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA ...@@ -45,7 +45,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#include "obstack.h" #include "obstack.h"
/* cleanup_cfg maitains following flags for each basic block. */ /* cleanup_cfg maintains following flags for each basic block. */
enum bb_flags { enum bb_flags {
/* Set if life info needs to be recomputed for given BB. */ /* Set if life info needs to be recomputed for given BB. */
BB_UPDATE_LIFE = 1, BB_UPDATE_LIFE = 1,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment