diff options
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 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; |