X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbechordal.h;h=eeb4b3b7d6bfb427332123e0489033bacff25254;hb=23b71abac8014aa6bfee3b47648fdb8fe8687b8f;hp=e417035294cc99b9b9aa5e4ea6eba807d59bc30c;hpb=5c4c889a99e6bd23a35e108b4b4e9a6cbd9e695b;p=libfirm diff --git a/ir/be/bechordal.h b/ir/be/bechordal.h index e41703529..eeb4b3b7d 100644 --- a/ir/be/bechordal.h +++ b/ir/be/bechordal.h @@ -12,7 +12,13 @@ #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