X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fopt%2Fstrength_red.c;h=6592acfd47ec6fa900374fa3dd91b42fa32af9bf;hb=6a6c1557afcd038930e649e29d69cb85a5dc372b;hp=e27927b1f30dda304506134b2998f7c76fea4b05;hpb=a724e745a061472ae1d83dc8d548675ca4079787;p=libfirm diff --git a/ir/opt/strength_red.c b/ir/opt/strength_red.c index e27927b1f..6592acfd4 100644 --- a/ir/opt/strength_red.c +++ b/ir/opt/strength_red.c @@ -165,7 +165,7 @@ induct_var_info *is_induction_variable (induct_var_info *info) { /* Information about loop of itervar_phi. */ info->l_itervar_phi = get_irn_loop(get_nodes_block(info->itervar_phi)); - /* This "for" searchs for the Cmp successor of the + /* This "for" searches for the Cmp successor of the iter_var to reduce and marks if the iter_var have a Store successor or a successor out of loop.*/ info->phi_pred = get_irn_n_outs(info->itervar_phi);