X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbechordal.h;h=eeb4b3b7d6bfb427332123e0489033bacff25254;hb=23b71abac8014aa6bfee3b47648fdb8fe8687b8f;hp=41256936aa071db29d299e7301cd03b7c9b6596d;hpb=9b060a71a2667ced8d103023eda0ff710e799867;p=libfirm diff --git a/ir/be/bechordal.h b/ir/be/bechordal.h index 41256936a..eeb4b3b7d 100644 --- a/ir/be/bechordal.h +++ b/ir/be/bechordal.h @@ -8,13 +8,17 @@ #ifndef __BECHORDAL_H #define __BECHORDAL_H +#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); +extern const be_ra_t be_ra_chordal_allocator; -void be_ra_chordal_free(ir_graph *irg); +typedef struct _be_chordal_env_t be_chordal_env_t; #endif