X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbechordal.h;h=eeb4b3b7d6bfb427332123e0489033bacff25254;hb=f804d333c7b5459c3c1a6bfc188ecdc54346be73;hp=10e6cd028d600376169a87bdf5184c2bdc32784d;hpb=e47815829124e485f67ef268dd9a166495a7da19;p=libfirm diff --git a/ir/be/bechordal.h b/ir/be/bechordal.h index 10e6cd028..eeb4b3b7d 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); +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