diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2007-01-31 03:45:38 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2007-01-31 03:45:38 +0000 |
commit | 88512ba0b895155c90c768ec9f3fbd0f6c7ca06d (patch) | |
tree | dd7705242a6f3829eaaeda8c5fd84385708e0595 /gcc/tree-ssa-live.c | |
parent | 65de695fa500860d057a377fd7da61059dced000 (diff) | |
download | gcc-88512ba0b895155c90c768ec9f3fbd0f6c7ca06d.zip gcc-88512ba0b895155c90c768ec9f3fbd0f6c7ca06d.tar.gz gcc-88512ba0b895155c90c768ec9f3fbd0f6c7ca06d.tar.bz2 |
cgraphunit.c, [...]: Fix comment typos.
* cgraphunit.c, config/arm/arm.c, config/m68k/m68k.c,
ipa-inline.c, tree-profile.c, tree-ssa-live.c,
tree-ssa-math-opts.c, tree-ssanames.c, tree-vect-analyze.c,
value-prof.c: Fix comment typos.
From-SVN: r121374
Diffstat (limited to 'gcc/tree-ssa-live.c')
-rw-r--r-- | gcc/tree-ssa-live.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-live.c b/gcc/tree-ssa-live.c index cc4972f..0113b1b 100644 --- a/gcc/tree-ssa-live.c +++ b/gcc/tree-ssa-live.c @@ -504,7 +504,7 @@ remove_unused_locals (void) /* Remove unused variables from REFERENCED_VARs. As an special exception keep the variables that are believed to be aliased. Those can't be - easilly removed from the alias sets and and operand caches. + easily removed from the alias sets and and operand caches. They will be removed shortly after next may_alias pass is performed. */ FOR_EACH_REFERENCED_VAR (t, rvi) if (!is_global_var (t) |