diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2006-04-22 16:19:56 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2006-04-22 16:19:56 +0000 |
commit | 66a4ad37311bcb31fe1e94d538ada0ad66a782a7 (patch) | |
tree | 0efb3b28172d148956909be1c89236b745c9a980 /gcc/tree-ssa-dom.c | |
parent | 9f9a713e7a5e6f6fdf6062d97f3b578484bba6af (diff) | |
download | gcc-66a4ad37311bcb31fe1e94d538ada0ad66a782a7.zip gcc-66a4ad37311bcb31fe1e94d538ada0ad66a782a7.tar.gz gcc-66a4ad37311bcb31fe1e94d538ada0ad66a782a7.tar.bz2 |
op-common.h, [...]: Fix comment typos.
* config/soft-fp/op-common.h, double-int.h, tree-ssa-dom.c:
Fix comment typos.
* doc/tm.texi: Fix a typo.
From-SVN: r113178
Diffstat (limited to 'gcc/tree-ssa-dom.c')
-rw-r--r-- | gcc/tree-ssa-dom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-dom.c b/gcc/tree-ssa-dom.c index d99d6a0..2777d55 100644 --- a/gcc/tree-ssa-dom.c +++ b/gcc/tree-ssa-dom.c @@ -2439,7 +2439,7 @@ eliminate_degenerate_phis (void) A set bit indicates that the statement or PHI node which defines the SSA_NAME should be (re)examined to determine if - it has become a degenerate PHI or trival const/copy propagation + it has become a degenerate PHI or trivial const/copy propagation opportunity. Experiments have show we generally get better compilation |