diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-20 05:21:41 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-20 05:21:41 +0000 |
commit | 3927afe00736d112235414ba26efbb13f2830057 (patch) | |
tree | 89910945dd096ed9ce8332b32730542c69fd2051 /gcc/passes.c | |
parent | 883b2e736539f4112f9ebb1a4528db015b217672 (diff) | |
download | gcc-3927afe00736d112235414ba26efbb13f2830057.tar.gz |
* c-common.c, cfgcleanup.c, cgraphunit.c, c-pretty-print.c,
expmed.c, ggc-common.c, jump.c, passes.c, recog.c, regmove.c,
reorg.c, tree.h: Fix comment typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79730 138bc75d-0d04-0410-961f-82ee72b054a4
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 f70cb856a7e..5ee44d4a654 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) |