From 8fd287f2ee2b3f4c23820f2d826597722056673a Mon Sep 17 00:00:00 2001 From: Johannes Spallek Date: Fri, 16 Jun 2006 10:33:55 +0000 Subject: [PATCH] Commented check_ifg_implementations to provide functionality --- ir/be/bechordal_main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ir/be/bechordal_main.c b/ir/be/bechordal_main.c index 2fc27fd0f..e8859102f 100644 --- a/ir/be/bechordal_main.c +++ b/ir/be/bechordal_main.c @@ -274,6 +274,7 @@ FILE *be_chordal_open(const be_chordal_env_t *env, const char *prefix, const cha void check_ifg_implementations(be_chordal_env_t *chordal_env) { +/* FILE *f; f = be_chordal_open(chordal_env, "std", "log"); @@ -295,7 +296,7 @@ void check_ifg_implementations(be_chordal_env_t *chordal_env) chordal_env->ifg = be_ifg_pointer_new(chordal_env); be_ifg_check_sorted(chordal_env->ifg, f); fclose(f); - +*/ chordal_env->ifg = NULL; }; -- 2.20.1