* tree-ssa-phiopt.c: Fix a comment typo.

From-SVN: r96099
This commit is contained in:
Kazu Hirata 2005-03-08 12:43:37 +00:00 committed by Kazu Hirata
parent 360139876e
commit 4b2bb87d4b
2 changed files with 5 additions and 1 deletions

View 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

View 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);