C99 features removed
[libfirm] / ir / be / bessaconstr.h
index c8d77f3..f087738 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1995-2007 University of Karlsruhe.  All right reserved.
+ * Copyright (C) 1995-2008 University of Karlsruhe.  All right reserved.
  *
  * This file is part of libFirm.
  *
@@ -53,6 +53,7 @@
 #include "bedomfront.h"
 #include "irnodeset.h"
 #include "belive.h"
+#include "bitset.h"
 #include "beirg.h"
 #include "pdeq.h"
 
@@ -64,6 +65,8 @@ typedef struct be_ssa_construction_env_t {
        const ir_nodeset_t        *ignore_uses;
        ir_node                   **new_phis;
        int                       iterated_domfront_calculated;
+       int                       min_dom;
+       int                       max_dom;
 } be_ssa_construction_env_t;
 
 /**