diff options
Diffstat (limited to 'gcc/passes.c')
-rw-r--r-- | gcc/passes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/passes.c b/gcc/passes.c index f70cb85..5ee44d4 100644 --- a/gcc/passes.c +++ b/gcc/passes.c @@ -1677,7 +1677,7 @@ rest_of_compilation (tree decl) #ifdef SETJMP_VIA_SAVE_AREA /* This must be performed before virtual register instantiation. - Please be aware the everything in the compiler that can look + Please be aware that everything in the compiler that can look at the RTL up to this point must understand that REG_SAVE_AREA is just like a use of the REG contained inside. */ if (current_function_calls_alloca) |