X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbedomfront.c;h=65886a95a3682cc76e6c3929a301d16b7871374f;hb=eba5516120eb38bcae5464e628aa0d2cb8708866;hp=c4c3d42ac7e3f4a7bb804ee1b27037b75f7ddb21;hpb=d6768d8d4427959eb045aafb1d15bd189beaa5dd;p=libfirm diff --git a/ir/be/bedomfront.c b/ir/be/bedomfront.c index c4c3d42ac..65886a95a 100644 --- a/ir/be/bedomfront.c +++ b/ir/be/bedomfront.c @@ -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);