* cfgcleanup.c: Fix a comment typo.
From-SVN: r46641
This commit is contained in:
parent
e5837c07d5
commit
79f5e6be8e
@ -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.
|
||||
|
@ -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 maintains following flags for each basic block. */
|
||||
enum bb_flags {
|
||||
/* Set if life info needs to be recomputed for given BB. */
|
||||
BB_UPDATE_LIFE = 1,
|
||||
|
Loading…
Reference in New Issue
Block a user