summaryrefslogtreecommitdiff
path: root/gcc/global.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-14 23:35:03 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-14 23:35:03 +0000
commitf7406879ec3584b5c096cc9a32485d38a7dd95ff (patch)
tree8a48c8fe1483a04f942006f3b721d484ad02e186 /gcc/global.c
parentb336acd54731e4258e4848b1e3409493a2ae780b (diff)
downloadgcc-f7406879ec3584b5c096cc9a32485d38a7dd95ff.tar.gz
* global.c, tree-ssa-copy.c, tree-ssa-loop-ivopts.c,
value-prof.c: Fix comment typos. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90638 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/global.c')
-rw-r--r--gcc/global.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/global.c b/gcc/global.c
index 0cda11f83b5..80caac97037 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;