implemented a function to retrieve estimated costs of an op
[libfirm] / ir / be / be_t.h
index ca29612..b133f6c 100644 (file)
@@ -7,11 +7,10 @@
 #ifndef _BE_T_H
 #define _BE_T_H
 
+#include "firm_types.h"
 #include "obst.h"
 #include "debug.h"
 
-#include "irgraph.h"
-
 #include "be.h"
 #include "bearch.h"
 #include "beirgmod.h"
@@ -28,7 +27,7 @@ struct _be_main_env_t {
   struct _be_options_t *options;
   struct _arch_code_generator_t *cg;
   struct _arch_irn_handler_t *phi_handler;
-  firm_dbg_module_t *dbg;
+  DEBUG_ONLY(firm_dbg_module_t *dbg;)
 };
 
 struct _be_irg_t {
@@ -38,4 +37,4 @@ struct _be_irg_t {
        struct _arch_code_generator_t *cg;
 };
 
-#endif
+#endif /* _BE_T_H */