* tree-ssa-phiopt.c: Fix a comment typo.
authorKazu Hirata <kazu@cs.umass.edu>
Tue, 8 Mar 2005 12:43:37 +0000 (12:43 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Tue, 8 Mar 2005 12:43:37 +0000 (12:43 +0000)
From-SVN: r96099

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

index 82bd14d75fbb1c99f0c53498e25120689288dc68..691484e469275125962495940ed244cc3f4837e0 100644 (file)
@@ -1,3 +1,7 @@
+2005-03-08  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * tree-ssa-phiopt.c: Fix a comment typo.
+
 2005-03-08  Richard Henderson  <rth@redhat.com>
 
        * config/alpha/alpha.c (code_for_builtin): Replace special-case
index 048211b0dfeffe1a472271f935917212d82ff400..bbdd732fe125030f72ca1793d9c710a71484f7c9 100644 (file)
@@ -317,7 +317,7 @@ conditional_replacement (basic_block cond_bb, basic_block middle_bb,
      edge so that we know when to invert the condition below.  */
   extract_true_false_edges_from_block (cond_bb, &true_edge, &false_edge);
 
-  /* Insert our new statement at the end of condtional block before the
+  /* Insert our new statement at the end of conditional block before the
      COND_EXPR.  */
   bsi = bsi_last (cond_bb);
   bsi_insert_before (&bsi, build_empty_stmt (), BSI_NEW_STMT);