Added phi statistics
[libfirm] / ir / be / besched.h
1
2 #ifndef _BESCHED_H
3 #define _BESCHED_H
4
5 #include <stdio.h>
6
7 #include "besched_t.h"
8
9 void be_sched_init(void);
10 void be_sched_dump(FILE *f, const ir_graph *irg);
11
12 #endif