X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbechordal.h;h=679add6d7e88e9e2e09703e11ba1d23bddb3f1da;hb=e763cafd80b560510654018eded9f9bd51bd7ee5;hp=10e6cd028d600376169a87bdf5184c2bdc32784d;hpb=e47815829124e485f67ef268dd9a166495a7da19;p=libfirm diff --git a/ir/be/bechordal.h b/ir/be/bechordal.h index 10e6cd028..679add6d7 100644 --- a/ir/be/bechordal.h +++ b/ir/be/bechordal.h @@ -11,15 +11,14 @@ #include "irgraph.h" #include "irnode.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); +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