give Bad nodes a mode
[libfirm] / ir / be / bessaconstr.h
index 89a69af..f65cdfc 100644 (file)
@@ -56,6 +56,7 @@
 #include "bitset.h"
 #include "beirg.h"
 #include "pdeq.h"
+#include "irphase.h"
 
 typedef struct be_ssa_construction_env_t {
        ir_graph                    *irg;
@@ -66,6 +67,7 @@ typedef struct be_ssa_construction_env_t {
        const ir_nodeset_t          *ignore_uses;
        ir_node                    **new_phis;
        int                          iterated_domfront_calculated;
+       ir_phase                    *phase;
 } be_ssa_construction_env_t;
 
 /**