fixed DEL_ARR_F
[libfirm] / ir / be / belive.c
index 7e5121e..948bde7 100644 (file)
@@ -119,7 +119,7 @@ static INLINE unsigned _be_liveness_bsearch(struct _be_lv_info_t *arr, unsigned
 #else
 
 /**
- * This function searches linearily for the node in the array.
+ * This function searches linearly for the node in the array.
  */
 static INLINE unsigned _be_liveness_bsearch(struct _be_lv_info_t *arr, unsigned idx) {
        unsigned n  = arr[0].u.head.n_members;
@@ -667,6 +667,7 @@ int be_check_dominance(ir_graph *irg)
 {
        int problem_found = 0;
 
+       assure_doms(irg);
        irg_walk_graph(irg, dom_check, NULL, &problem_found);
 
        return !problem_found;