From: Johannes Spallek Date: Fri, 16 Jun 2006 10:20:57 +0000 (+0000) Subject: Changed output of be_ifg_check_sorted back to console X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=e690a54382fd40416895c17ce78a4959e2f6ae51;p=libfirm Changed output of be_ifg_check_sorted back to console --- 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);