From e3326a81340415c0ba2874f404996bf57c8d09de Mon Sep 17 00:00:00 2001 From: Johannes Spallek Date: Wed, 31 May 2006 15:13:05 +0000 Subject: [PATCH] added new implementations to create an ifg --- ir/be/beifg_impl.h | 3 +++ 1 file changed, 3 insertions(+) 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 */ -- 2.20.1