X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbechordal.h;h=eeb4b3b7d6bfb427332123e0489033bacff25254;hb=d1ea6b5491733b44c3ff046ed7fc1859f5dda8e5;hp=0d6949ff2fac1b4950275939bcd950cd012d82aa;hpb=a1cf7cc9742645630a1bf5c56c72f542d975645f;p=libfirm diff --git a/ir/be/bechordal.h b/ir/be/bechordal.h index 0d6949ff2..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); +extern const be_ra_t be_ra_chordal_allocator; -void be_ra_chordal_done(ir_graph *irg); -void be_ra_chordal_init(void); -int phi_ops_interfere(const ir_node *a, const ir_node *b); +typedef struct _be_chordal_env_t be_chordal_env_t; #endif