X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbechordal.h;h=679add6d7e88e9e2e09703e11ba1d23bddb3f1da;hb=a801e68c8aa279117fe7845fb2d4220750131553;hp=8640b2fd65cff63d0e4c2ec1ca7df64f917b4006;hpb=c26c4d10690600fbca9f6056a65c8bf3b3b3d721;p=libfirm diff --git a/ir/be/bechordal.h b/ir/be/bechordal.h index 8640b2fd6..679add6d7 100644 --- a/ir/be/bechordal.h +++ b/ir/be/bechordal.h @@ -11,14 +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_done(). + * The register allocator structure. */ -void be_ra_chordal(ir_graph *irg); +const be_ra_t be_ra_chordal_allocator; -void be_ra_chordal_done(ir_graph *irg); -void be_ra_chordal_init(void); +typedef struct _be_chordal_env_t be_chordal_env_t; #endif