aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-threadupdate.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-09-20 11:17:22 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-09-20 11:17:22 +0000
commitd4a9b3a336b30a8315315768f91b73680afb35f7 (patch)
tree91331df04325bb2679babd9f724a756835ba42da /gcc/tree-ssa-threadupdate.c
parentb898b8d9237edf3975784506cde712a54bddc263 (diff)
downloadgcc-d4a9b3a336b30a8315315768f91b73680afb35f7.zip
gcc-d4a9b3a336b30a8315315768f91b73680afb35f7.tar.gz
gcc-d4a9b3a336b30a8315315768f91b73680afb35f7.tar.bz2
cfg.c, [...]: Fix comment typos.
* cfg.c, tree-ssa-threadupdate.c, tree-vectorizer.c: Fix comment typos. From-SVN: r87753
Diffstat (limited to 'gcc/tree-ssa-threadupdate.c')
-rw-r--r--gcc/tree-ssa-threadupdate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-ssa-threadupdate.c b/gcc/tree-ssa-threadupdate.c
index 112509f..a76ce67 100644
--- a/gcc/tree-ssa-threadupdate.c
+++ b/gcc/tree-ssa-threadupdate.c
@@ -55,7 +55,7 @@ Boston, MA 02111-1307, USA. */
with the edge B'->C.
4. For each PHI in B, find or create a PHI in B' with an identical
- PHI_RESULT. Add an argument to the PHI in B' which as the same
+ PHI_RESULT. Add an argument to the PHI in B' which has the same
value as the PHI in B associated with the edge A->B. Associate
the new argument in the PHI in B' with the edge A->B.
@@ -226,7 +226,7 @@ create_block_for_threading (basic_block bb, struct redirection_data *rd)
to update the SSA graph for those names.
We are also going to experiment with a true incremental update
- scheme for the duplicated resources. Of of the interesting
+ scheme for the duplicated resources. One of the interesting
properties we can exploit here is that all the resources set
in BB will have the same IDFS, so we have one IDFS computation
per block with incoming threaded edges, which can lower the