*** empty log message ***
[libfirm] / ir / be / bephiopt.h
index c2dd018..40ef637 100644 (file)
@@ -6,11 +6,10 @@
 #ifndef _BEPHIOPT_H
 #define _BEPHIOPT_H
 
+#include "debug.h"
 #include "irgraph.h"
 
-
 void be_phi_opt_init(void);
 void be_phi_opt(ir_graph* irg);
 
-
 #endif