summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-pre.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-07-02 00:51:01 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-07-02 00:51:01 +0000
commitf6fe65dc61754f3dc25a8757a1955b61e6374f51 (patch)
treeae5103fbd5f2fe5bcbda71439d0de821a65ead6f /gcc/tree-ssa-pre.c
parentf16ee2a09a939e126594865c4bf7f0c9df5785db (diff)
downloadgcc-f6fe65dc61754f3dc25a8757a1955b61e6374f51.tar.gz
ifcvt.c, [...]: Fix comment typos.
* ifcvt.c, modulo-sched.c, tree-alias-common.c, tree-sra.c, tree-ssa-copy.c, tree-ssa-dom.c, tree-ssa-pre.c: Fix comment typos. From-SVN: r84008
Diffstat (limited to 'gcc/tree-ssa-pre.c')
-rw-r--r--gcc/tree-ssa-pre.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-ssa-pre.c b/gcc/tree-ssa-pre.c
index 712c3464078..e64a477ded8 100644
--- a/gcc/tree-ssa-pre.c
+++ b/gcc/tree-ssa-pre.c
@@ -234,7 +234,7 @@ typedef struct bb_value_sets
basic block. */
value_set_t phi_gen;
- /* The TMP_GEN set, which represents results/temporaries genererated
+ /* The TMP_GEN set, which represents results/temporaries generated
in a basic block. IE the LHS of an expression. */
value_set_t tmp_gen;
@@ -1499,7 +1499,7 @@ add_to_sets (tree var, tree expr, vuse_optype vuses, value_set_t s1,
/* Given a unary or binary expression EXPR, create and return a new
- expresion with the same structure as EXPR but with its operands
+ expression with the same structure as EXPR but with its operands
replaced with the value handles of each of the operands of EXPR.
Insert EXPR's operands into the EXP_GEN set for BLOCK.