aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcse.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2002-07-30 16:42:05 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2002-07-30 16:42:05 +0000
commit68e82b83349899173cd32116c387c7b56c917341 (patch)
tree62810ecc3fe20d29c3376905a31212e146a1d5df /gcc/gcse.c
parentfe6b547a28692c1cbc81bc64aa3ed4f32a2083b8 (diff)
downloadgcc-68e82b83349899173cd32116c387c7b56c917341.zip
gcc-68e82b83349899173cd32116c387c7b56c917341.tar.gz
gcc-68e82b83349899173cd32116c387c7b56c917341.tar.bz2
fold-const.c: Fix comment typos.
* fold-const.c: Fix comment typos. * gcse.c: Likewise. * reload1.c: Likewise. From-SVN: r55876
Diffstat (limited to 'gcc/gcse.c')
-rw-r--r--gcc/gcse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcse.c b/gcc/gcse.c
index 8791cb2..3ad8a75 100644
--- a/gcc/gcse.c
+++ b/gcc/gcse.c
@@ -5850,7 +5850,7 @@ static sbitmap *hoist_exprs;
dominance_info dominators;
/* ??? We could compute post dominators and run this algorithm in
- reverse to to perform tail merging, doing so would probably be
+ reverse to perform tail merging, doing so would probably be
more effective than the tail merging code in jump.c.
It's unclear if tail merging could be run in parallel with