summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2005-04-27 15:21:53 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2005-04-27 15:21:53 +0000
commitb451d311e41c04aea7c3a0a7fe98c9b4a33bf916 (patch)
treed616d51baeef7302ec92a4621bfec981f78ff8a3
parenta2e0c99d53b5e387ebf7765a372be1dcf835dc4e (diff)
downloadgcc-b451d311e41c04aea7c3a0a7fe98c9b4a33bf916.tar.gz
* tree-ssa-pre.c: Fix a comment typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98831 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/tree-ssa-pre.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 2a545fd9a65..a086b744556 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2005-04-27 Kazu Hirata <kazu@cs.umass.edu>
+
+ * tree-ssa-pre.c: Fix a comment typo.
+
2005-04-27 Zdenek Dvorak <dvorakz@suse.cz>
PR tree-optimization/21171
diff --git a/gcc/tree-ssa-pre.c b/gcc/tree-ssa-pre.c
index c2043cc6345..632d2b7791b 100644
--- a/gcc/tree-ssa-pre.c
+++ b/gcc/tree-ssa-pre.c
@@ -1389,7 +1389,7 @@ create_expression_by_pieces (basic_block block, tree expr, tree stmts)
tsi_link_after (&tsi, newexpr, TSI_CONTINUE_LINKING);
VEC_safe_push (tree, heap, inserted_exprs, newexpr);
- /* Add a value handle to the temprorary.
+ /* Add a value handle to the temporary.
The value may already exist in either NEW_SETS, or AVAIL_OUT, because
we are creating the expression by pieces, and this particular piece of
the expression may have been represented. There is no harm in replacing