X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbechordal.h;h=a1d242aea1a356161f651c4a057df5eebf0ee10c;hb=b6d85190f667fe9f06e69d9cf3a3c8e004f1350b;hp=da60b9d6b5233d450bb38ba646b277a3d7fa38f1;hpb=1ce363f80e6a204d4011f85813362d9bd1d0e7e4;p=libfirm diff --git a/ir/be/bechordal.h b/ir/be/bechordal.h index da60b9d6b..a1d242aea 100644 --- a/ir/be/bechordal.h +++ b/ir/be/bechordal.h @@ -31,4 +31,10 @@ typedef struct be_chordal_env_t be_chordal_env_t; typedef struct be_ra_chordal_opts_t be_ra_chordal_opts_t; typedef struct border_t border_t; +typedef struct be_ra_chordal_coloring_t { + void (*allocate)(be_chordal_env_t *env); +} be_ra_chordal_coloring_t; + +void be_register_chordal_coloring(const char *name, be_ra_chordal_coloring_t *coloring); + #endif /* FIRM_BE_BECHORDAL_H */