diff options
author | Volker Reichelt <reichelt@igpm.rwth-aachen.de> | 2005-07-21 11:53:00 +0000 |
---|---|---|
committer | Volker Reichelt <reichelt@gcc.gnu.org> | 2005-07-21 11:53:00 +0000 |
commit | 2e48874fee767eb93625681f09067852a41540c9 (patch) | |
tree | d58c27b9153f5e65b9e113382a81cd3bce6eac2b /gcc/reg-stack.c | |
parent | c72a1a86739dc493dceec289da603b8517b46b12 (diff) | |
download | gcc-2e48874fee767eb93625681f09067852a41540c9.zip gcc-2e48874fee767eb93625681f09067852a41540c9.tar.gz gcc-2e48874fee767eb93625681f09067852a41540c9.tar.bz2 |
reg-stack.c: Fix comment typo(s).
* reg-stack.c: Fix comment typo(s).
* tree-ssa-operands.c: Likewise.
* tree-vectorizer: Likewise.
From-SVN: r102232
Diffstat (limited to 'gcc/reg-stack.c')
-rw-r--r-- | gcc/reg-stack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/reg-stack.c b/gcc/reg-stack.c index 9f44f51..aedd4a5 100644 --- a/gcc/reg-stack.c +++ b/gcc/reg-stack.c @@ -228,7 +228,7 @@ enum emit_where static basic_block current_block; /* In the current_block, whether we're processing the first register - stack or call instruction, i.e. the the regstack is currently the + stack or call instruction, i.e. the regstack is currently the same as BLOCK_INFO(current_block)->stack_in. */ static bool starting_stack_p; |