X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbechordal.h;h=4cb739680513dd9bd70bbe5bdfa94c0c16b4d19f;hb=ca1b1615fbe23a4d5cf72e7be5d2ee831615cbc2;hp=e417035294cc99b9b9aa5e4ea6eba807d59bc30c;hpb=5c4c889a99e6bd23a35e108b4b4e9a6cbd9e695b;p=libfirm diff --git a/ir/be/bechordal.h b/ir/be/bechordal.h index e41703529..4cb739680 100644 --- a/ir/be/bechordal.h +++ b/ir/be/bechordal.h @@ -8,11 +8,14 @@ #ifndef __BECHORDAL_H #define __BECHORDAL_H -#include "irgraph.h" -#include "irnode.h" - -#include "bearch.h" #include "bearch.h" +#include "bera.h" + +/** + * The register allocator structure. + */ +extern const be_ra_t be_ra_chordal_allocator; +typedef struct _be_chordal_env_t be_chordal_env_t; #endif