old_bp should not be part of the between type, this fixes stack alignment for functio...
[libfirm] / ir / be / bedomfront.c
index c4c3d42..65886a9 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.
  *
@@ -155,7 +155,7 @@ void be_get_iterated_dominance_frontiers(const be_dom_front_info_t *domfronts,
                waitq_put(worklist, block);
        }
 
-       while(! pdeq_empty(worklist)) {
+       while(! waitq_empty(worklist)) {
                int     i;
                ir_node *block       = waitq_get(worklist);
                ir_node **domfront   = be_get_dominance_frontier(domfronts, block);