summaryrefslogtreecommitdiffstats
path: root/gcc/tree-ssa-dom.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-10-30 12:15:09 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-10-30 12:15:09 +0000
commit640e9781c56488a14e708bc7bc21b2371870dc6b (patch)
tree7bd70e74e275103808e2127e4b17cbf0c74da70b /gcc/tree-ssa-dom.c
parent756343c61dd5d9c5b380c2da2b5756a7be5238f6 (diff)
downloadppe42-gcc-640e9781c56488a14e708bc7bc21b2371870dc6b.tar.gz
ppe42-gcc-640e9781c56488a14e708bc7bc21b2371870dc6b.zip
* tree-ssa-dom.c: Fix comment typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89885 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-ssa-dom.c')
-rw-r--r--gcc/tree-ssa-dom.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-ssa-dom.c b/gcc/tree-ssa-dom.c
index b50767fba53..a7f0aaf0c61 100644
--- a/gcc/tree-ssa-dom.c
+++ b/gcc/tree-ssa-dom.c
@@ -329,7 +329,7 @@ allocate_edge_info (edge e)
}
/* Free all EDGE_INFO structures associated with edges in the CFG.
- If a partciular edge can be threaded, copy the redirection
+ If a particular edge can be threaded, copy the redirection
target from the EDGE_INFO structure into the edge's AUX field
as required by code to update the CFG and SSA graph for
jump threading. */
@@ -2431,7 +2431,7 @@ record_edge_info (basic_block bb)
extract_true_false_edges_from_block (bb, &true_edge, &false_edge);
- /* If the conditinoal is a single variable 'X', record 'X = 1'
+ /* If the conditional is a single variable 'X', record 'X = 1'
for the true edge and 'X = 0' on the false edge. */
if (SSA_VAR_P (cond))
{
OpenPOWER on IntegriCloud