X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeifg.c;h=76ca11cc3da397437cc22da555533c29376da781;hb=f804d333c7b5459c3c1a6bfc188ecdc54346be73;hp=143c40a4f9c7a7761baad334e828b00051e6abc2;hpb=f48209ee1e8d81959bd3bd15f456afa4355f8303;p=libfirm diff --git a/ir/be/beifg.c b/ir/be/beifg.c index 143c40a4f..76ca11cc3 100644 --- a/ir/be/beifg.c +++ b/ir/be/beifg.c @@ -120,7 +120,7 @@ int be_ifg_is_simplicial(const be_ifg_t *ifg, const ir_node *irn) void be_ifg_check(const be_ifg_t *ifg) { - void *iter1 = be_ifg_neighbours_iter_alloca(ifg); + void *iter1 = be_ifg_nodes_iter_alloca(ifg); void *iter2 = be_ifg_neighbours_iter_alloca(ifg); ir_node *n, *m;