X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fana%2Fcallgraph.c;h=6b5c6dd1d351b655a4f1f5111a3bfd6e1c734592;hb=d5d7159c209a9e5c5fa276f770b5b28a217990a8;hp=5fe0a09937d4699357eed0f6fd96236d64bfb038;hpb=e3f51845a3d0fc2162e36fba3eea5b17a913fe38;p=libfirm diff --git a/ir/ana/callgraph.c b/ir/ana/callgraph.c index 5fe0a0993..6b5c6dd1d 100644 --- a/ir/ana/callgraph.c +++ b/ir/ana/callgraph.c @@ -83,7 +83,7 @@ int is_irg_caller_backedge(const ir_graph *irg, size_t pos) return irg->caller_isbe != NULL ? rbitset_is_set(irg->caller_isbe, pos) : 0; } -/** Search the caller in the list of all callers and set it's backedge property. */ +/** Search the caller in the list of all callers and set its backedge property. */ static void set_irg_caller_backedge(ir_graph *irg, const ir_graph *caller) { size_t i, n_callers = get_irg_n_callers(irg);