mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 00:31:30 +08:00
* tree-ssa-phiopt.c: Fix a comment typo.
From-SVN: r96099
This commit is contained in:
parent
360139876e
commit
4b2bb87d4b
@ -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
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user