diff options
Diffstat (limited to 'gcc/cfgexpand.c')
-rw-r--r-- | gcc/cfgexpand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfgexpand.c b/gcc/cfgexpand.c index 215f6d4..cd9829e 100644 --- a/gcc/cfgexpand.c +++ b/gcc/cfgexpand.c @@ -597,7 +597,7 @@ expand_one_register_var (tree var) } /* A subroutine of expand_one_var. Called to assign rtl to a VAR_DECL that - has some associated error, e.g. it's type is error-mark. We just need + has some associated error, e.g. its type is error-mark. We just need to pick something that won't crash the rest of the compiler. */ static void |