From e690a54382fd40416895c17ce78a4959e2f6ae51 Mon Sep 17 00:00:00 2001 From: Johannes Spallek Date: Fri, 16 Jun 2006 10:20:57 +0000 Subject: [PATCH] Changed output of be_ifg_check_sorted back to console --- ir/be/beifg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/be/beifg.h b/ir/be/beifg.h index e80dd04a0..ac112140d 100644 --- a/ir/be/beifg.h +++ b/ir/be/beifg.h @@ -73,7 +73,7 @@ typedef struct _be_ifg_dump_dot_cb_t { } be_ifg_dump_dot_cb_t; void be_ifg_dump_dot(be_ifg_t *ifg, ir_graph *irg, FILE *file, const be_ifg_dump_dot_cb_t *cb, void *self); -void be_ifg_check_sorted(const be_ifg_t *ifg, FILE *f); +void be_ifg_check_sorted(const be_ifg_t *ifg); void be_ifg_check_performance(be_chordal_env_t *chordal_env); -- 2.20.1