BugFix: when a node in schedule got exchanged, it is turned into Bad: do not set...
[libfirm] / ir / be / beifg_impl.h
index 7315c13..7b9c737 100644 (file)
@@ -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 */