X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbechordal.h;h=4cb739680513dd9bd70bbe5bdfa94c0c16b4d19f;hb=712cea35fe399ae20e3a33eb9bf81360b5000cf3;hp=580a98c23c2115a2eaf4a2e67bf1cd015ead4b37;hpb=20a2ed47862b0fa29c059e6144616e846d3b5e46;p=libfirm diff --git a/ir/be/bechordal.h b/ir/be/bechordal.h index 580a98c23..4cb739680 100644 --- a/ir/be/bechordal.h +++ b/ir/be/bechordal.h @@ -8,15 +8,14 @@ #ifndef __BECHORDAL_H #define __BECHORDAL_H +#include "bearch.h" +#include "bera.h" + /** - * Allocate registers for an ir graph. - * @param irg The graph. - * @return Some internal data to be freed with be_ra_chordal_free(). + * The register allocator structure. */ -void be_ra_chordal(ir_graph *irg); - -void be_ra_chordal_done(ir_graph *irg); +extern const be_ra_t be_ra_chordal_allocator; -int phi_ops_interfere(const ir_node *a, const ir_node *b); +typedef struct _be_chordal_env_t be_chordal_env_t; #endif