diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-11-14 23:35:03 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-11-14 23:35:03 +0000 |
commit | 3a7c155d2e36bda69cb68c2f6f5105e256878506 (patch) | |
tree | 8a48c8fe1483a04f942006f3b721d484ad02e186 /gcc/global.c | |
parent | efcc66f02cd0b34ee0e2a08312d7ab8e0405a556 (diff) | |
download | gcc-3a7c155d2e36bda69cb68c2f6f5105e256878506.zip gcc-3a7c155d2e36bda69cb68c2f6f5105e256878506.tar.gz gcc-3a7c155d2e36bda69cb68c2f6f5105e256878506.tar.bz2 |
global.c, [...]: Fix comment typos.
* global.c, tree-ssa-copy.c, tree-ssa-loop-ivopts.c,
value-prof.c: Fix comment typos.
From-SVN: r90638
Diffstat (limited to 'gcc/global.c')
-rw-r--r-- | gcc/global.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/global.c b/gcc/global.c index 0cda11f..80caac9 100644 --- a/gcc/global.c +++ b/gcc/global.c @@ -695,7 +695,7 @@ global_conflicts (void) since one hard reg can be used with various sizes. Therefore, we must require that all the hard regs implicitly live as part of a multi-word hard reg - are explicitly marked in basic_block_live_at_start. */ + be explicitly marked in basic_block_live_at_start. */ { regset old = b->global_live_at_start; |