Changed output of be_ifg_check_sorted back to console
authorJohannes Spallek <spallek@ipd.info.uni-karlsruhe.de>
Fri, 16 Jun 2006 10:20:57 +0000 (10:20 +0000)
committerJohannes Spallek <spallek@ipd.info.uni-karlsruhe.de>
Fri, 16 Jun 2006 10:20:57 +0000 (10:20 +0000)
ir/be/beifg.h

index e80dd04..ac11214 100644 (file)
@@ -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);