diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-09-10 15:09:39 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-09-10 15:09:39 +0000 |
commit | 89dbed81f485455d27b9822c1de921571580fe65 (patch) | |
tree | eba8a248439b41ccd8953fe4272dee8155596f4d /gcc/passes.c | |
parent | 094e84faf02b3bc9c09cfadf76110965176d688f (diff) | |
download | gcc-89dbed81f485455d27b9822c1de921571580fe65.zip gcc-89dbed81f485455d27b9822c1de921571580fe65.tar.gz gcc-89dbed81f485455d27b9822c1de921571580fe65.tar.bz2 |
bb-reorder.c, [...]: Fix comment typos.
* bb-reorder.c, c-common.c, c-incpath.c, c-typeck.c,
genrecog.c, lambda-code.c, mips-tdump.c, mips-tfile.c,
passes.c, tree-data-ref.c, tree-data-ref.h, tree-mudflap.c,
tree-scalar-evolution.c, tree-ssa-copyrename.c,
tree-ssa-live.c, tree-ssa-live.h: Fix comment typos.
From-SVN: r87302
Diffstat (limited to 'gcc/passes.c')
-rw-r--r-- | gcc/passes.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/passes.c b/gcc/passes.c index 23a65fa..9b4e783 100644 --- a/gcc/passes.c +++ b/gcc/passes.c @@ -407,7 +407,7 @@ rest_of_handle_stack_regs (void) } #endif -/* Track the variables, ie. compute where the variable is stored at each position in function. */ +/* Track the variables, i.e. compute where the variable is stored at each position in function. */ static void rest_of_handle_variable_tracking (void) { @@ -1570,7 +1570,7 @@ rest_of_clean_state (void) after all tree passes have finished for a single function, and we have expanded the function body from trees to RTL. Once we are here, we have decided that we're supposed to output - that function, ie. that we should write assembler code for it. + that function, i.e. that we should write assembler code for it. We run a series of low-level passes here on the function's RTL representation. Each pass is called via a rest_of_* function. */ |