X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeifg_impl.h;h=7b9c7371dcf870170c402cd8e56347727d7db272;hb=755e96e2816108e2bef2317b741e49aac230d5bb;hp=7315c138da91bceb557e58ebfa087fc7fd4dcb00;hpb=4c66ebcce62ceffb68a891142dd309429e03351a;p=libfirm diff --git a/ir/be/beifg_impl.h b/ir/be/beifg_impl.h index 7315c138d..7b9c7371d 100644 --- a/ir/be/beifg_impl.h +++ b/ir/be/beifg_impl.h @@ -16,5 +16,8 @@ #include "bechordal_t.h" be_ifg_t *be_ifg_std_new(const be_chordal_env_t *env); +be_ifg_t *be_ifg_list_new(const be_chordal_env_t *env); +be_ifg_t *be_ifg_clique_new(const be_chordal_env_t *env); +be_ifg_t *be_ifg_pointer_new(const be_chordal_env_t *env); #endif /* _BEIFG_IMPL_H */