X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbechordal.h;h=8640b2fd65cff63d0e4c2ec1ca7df64f917b4006;hb=321ae93c651a24f17e2b7540e67a959db803c40d;hp=0d6949ff2fac1b4950275939bcd950cd012d82aa;hpb=a1cf7cc9742645630a1bf5c56c72f542d975645f;p=libfirm diff --git a/ir/be/bechordal.h b/ir/be/bechordal.h index 0d6949ff2..8640b2fd6 100644 --- a/ir/be/bechordal.h +++ b/ir/be/bechordal.h @@ -14,12 +14,11 @@ /** * Allocate registers for an ir graph. * @param irg The graph. - * @return Some internal data to be freed with be_ra_chordal_free(). + * @return Some internal data to be freed with be_ra_chordal_done(). */ void be_ra_chordal(ir_graph *irg); void be_ra_chordal_done(ir_graph *irg); void be_ra_chordal_init(void); -int phi_ops_interfere(const ir_node *a, const ir_node *b); #endif