X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fopt%2Fopt_osr.c;h=79cd9a31aa0e87da1e0e06e654cfdafb0753835a;hb=6b124543aff56817fcfe6d5b5ff181ac5c790e73;hp=6c7ac16216b56cdb75ae489c4c7e4278d00402cd;hpb=9aa71a8178ac70333e0aa30ea064d1a734fc1d28;p=libfirm diff --git a/ir/opt/opt_osr.c b/ir/opt/opt_osr.c index 6c7ac1621..79cd9a31a 100644 --- a/ir/opt/opt_osr.c +++ b/ir/opt/opt_osr.c @@ -1288,8 +1288,8 @@ void remove_phi_cycles(ir_graph *irg) { env.process_scc = process_phi_only_scc; /* Clear all links and move Proj nodes into the - the same block as it's predecessors. - This can improve the placement of new nodes. + * the same block as their predecessors. + * This can improve the placement of new nodes. */ projs_moved = 0; irg_walk_graph(irg, NULL, clear_and_fix, &projs_moved);