diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2005-07-29 14:52:00 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-07-29 14:52:00 +0000 |
commit | 536fa7b7bb0cec076111790ba059d5c5005680eb (patch) | |
tree | cf43d065d0664019b75751ffca6fa764ee244081 /gcc/tree-complex.c | |
parent | b2b800a05257a795446a39ead670ec0c61b70c4b (diff) | |
download | gcc-536fa7b7bb0cec076111790ba059d5c5005680eb.zip gcc-536fa7b7bb0cec076111790ba059d5c5005680eb.tar.gz gcc-536fa7b7bb0cec076111790ba059d5c5005680eb.tar.bz2 |
cfg.c, [...]: Fix comment typos.
* cfg.c, tree-complex.c, config/frv/frv.c, config/i386/i386.c:
Fix comment typos.
From-SVN: r102555
Diffstat (limited to 'gcc/tree-complex.c')
-rw-r--r-- | gcc/tree-complex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-complex.c b/gcc/tree-complex.c index a63134f..de23119 100644 --- a/gcc/tree-complex.c +++ b/gcc/tree-complex.c @@ -502,7 +502,7 @@ set_component_ssa_name (tree ssa_name, bool imag_p, tree value) ; /* If we've nothing assigned, and the value we're given is already stable, - then install that as the value for this SSA_NAME. This pre-emptively + then install that as the value for this SSA_NAME. This preemptively copy-propagates the value, which avoids unnecessary memory allocation. */ else if (is_gimple_min_invariant (value)) { |