From: Daniel Grund Date: Thu, 16 Dec 2004 09:58:20 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=20a2ed47862b0fa29c059e6144616e846d3b5e46;p=libfirm *** empty log message *** --- diff --git a/ir/be/bechordal.h b/ir/be/bechordal.h index 41256936a..580a98c23 100644 --- a/ir/be/bechordal.h +++ b/ir/be/bechordal.h @@ -15,6 +15,8 @@ */ void be_ra_chordal(ir_graph *irg); -void be_ra_chordal_free(ir_graph *irg); +void be_ra_chordal_done(ir_graph *irg); + +int phi_ops_interfere(const ir_node *a, const ir_node *b); #endif