aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-phiopt.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-03-08 12:43:37 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-03-08 12:43:37 +0000
commit4b2bb87d4baa6ba3926634c3293b0ca84728dfdd (patch)
tree7db37d8cee48845e5f2ed3911f926370d15ae5f2 /gcc/tree-ssa-phiopt.c
parent360139876e080a505c41ad40e7fec7383a93fc8f (diff)
downloadgcc-4b2bb87d4baa6ba3926634c3293b0ca84728dfdd.zip
gcc-4b2bb87d4baa6ba3926634c3293b0ca84728dfdd.tar.gz
gcc-4b2bb87d4baa6ba3926634c3293b0ca84728dfdd.tar.bz2
* tree-ssa-phiopt.c: Fix a comment typo.
From-SVN: r96099
Diffstat (limited to 'gcc/tree-ssa-phiopt.c')
-rw-r--r--gcc/tree-ssa-phiopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-phiopt.c b/gcc/tree-ssa-phiopt.c
index 048211b..bbdd732 100644
--- a/gcc/tree-ssa-phiopt.c
+++ b/gcc/tree-ssa-phiopt.c
@@ -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);