Commit cbb1cada by Kazu Hirata Committed by Kazu Hirata

* tree-ssa-dom.c: Fix comment typos.

From-SVN: r89885
parent e57a6d42
2004-10-30 Kazu Hirata <kazu@cs.umass.edu>
* tree-ssa-dom.c: Fix comment typos.
2004-10-30 Kaz Kojima <kkojima@gcc.gnu.org> 2004-10-30 Kaz Kojima <kkojima@gcc.gnu.org>
* config/sh/sh.c (prepare_move_operands): Use operands[0] * config/sh/sh.c (prepare_move_operands): Use operands[0]
......
...@@ -329,7 +329,7 @@ allocate_edge_info (edge e) ...@@ -329,7 +329,7 @@ allocate_edge_info (edge e)
} }
/* Free all EDGE_INFO structures associated with edges in the CFG. /* 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 target from the EDGE_INFO structure into the edge's AUX field
as required by code to update the CFG and SSA graph for as required by code to update the CFG and SSA graph for
jump threading. */ jump threading. */
...@@ -2431,7 +2431,7 @@ record_edge_info (basic_block bb) ...@@ -2431,7 +2431,7 @@ record_edge_info (basic_block bb)
extract_true_false_edges_from_block (bb, &true_edge, &false_edge); 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. */ for the true edge and 'X = 0' on the false edge. */
if (SSA_VAR_P (cond)) if (SSA_VAR_P (cond))
{ {
......
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