Commit 4b2bb87d by Kazu Hirata Committed by Kazu Hirata

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

From-SVN: r96099
parent 36013987
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> 2005-03-08 Richard Henderson <rth@redhat.com>
* config/alpha/alpha.c (code_for_builtin): Replace special-case * config/alpha/alpha.c (code_for_builtin): Replace special-case
......
...@@ -317,7 +317,7 @@ conditional_replacement (basic_block cond_bb, basic_block middle_bb, ...@@ -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. */ edge so that we know when to invert the condition below. */
extract_true_false_edges_from_block (cond_bb, &true_edge, &false_edge); 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. */ COND_EXPR. */
bsi = bsi_last (cond_bb); bsi = bsi_last (cond_bb);
bsi_insert_before (&bsi, build_empty_stmt (), BSI_NEW_STMT); bsi_insert_before (&bsi, build_empty_stmt (), BSI_NEW_STMT);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment