X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fopt%2Fcfopt.c;h=d01d1a76a3f1e1a14afd0f1cd2f5bf1c8f0b0e8f;hb=b7b24e372a1338ecd5eb26bdd285a8cbe7b1fec9;hp=84d7322e600872eb4d97f32f80118464bcf4d160;hpb=ce6161a7e42a48f7422b7babcc64d8ace18e2687;p=libfirm diff --git a/ir/opt/cfopt.c b/ir/opt/cfopt.c index 84d7322e6..d01d1a76a 100644 --- a/ir/opt/cfopt.c +++ b/ir/opt/cfopt.c @@ -179,7 +179,7 @@ static void merge_blocks(ir_node *node, void *ctx) } /* normally, we would create a Bad block here, but this must be - * prevented, so just set it's cf to Bad. + * prevented, so just set its cf to Bad. */ if (is_Block_dead(new_block)) { ir_graph *irg = get_irn_irg(node);