]> gcc.gnu.org Git - gcc.git/commitdiff
* tree-ssa-pre.c: Fix a comment typo.
authorKazu Hirata <kazu@cs.umass.edu>
Wed, 27 Apr 2005 15:21:53 +0000 (15:21 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 27 Apr 2005 15:21:53 +0000 (15:21 +0000)
From-SVN: r98831

gcc/ChangeLog
gcc/tree-ssa-pre.c

index 2a545fd9a6534833c8224f47972f08c3a739e92c..a086b7445568104b05e5f9171ca4a6b5b1869818 100644 (file)
@@ -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
index c2043cc6345c8ee6ea655e6d58b071fe1871118c..632d2b7791b0719043c3c3c2d9345a86ba881198 100644 (file)
@@ -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
This page took 0.118837 seconds and 5 git commands to generate.