allow character mode constants
[libfirm] / ir / be / belive_t.h
index 6675f3c..b23a3ee 100644 (file)
 #include "belive.h"
 
 struct _be_lv_t {
-       phase_t ph;
+       ir_phase ph;
        ir_graph *irg;
        bitset_t *nodes;
        hook_entry_t hook_info;
-       DEBUG_ONLY(firm_dbg_module_t *dbg;)
 };
 
 struct _be_lv_info_node_t {