X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeuses.c;h=87be078339673f79b5a6665eb7d6a308cdbc342a;hb=d607b53387b2047da46711b7d36ee662be73b9a4;hp=16d187b38e0299675f2b3f29fca515300fbc5564;hpb=7dd67de2496539d779c6e8981037b48d5a837269;p=libfirm diff --git a/ir/be/beuses.c b/ir/be/beuses.c index 16d187b38..87be07833 100644 --- a/ir/be/beuses.c +++ b/ir/be/beuses.c @@ -22,7 +22,6 @@ * @brief Methods to compute when a value will be used again. * @author Sebastian Hack, Matthias Braun * @date 27.06.2005 - * @version $Id$ */ #include "config.h" @@ -40,7 +39,7 @@ #include "irgraph_t.h" #include "iredges_t.h" #include "irdom_t.h" -#include "irtools.h" +#include "util.h" #include "be_t.h" #include "beutil.h" @@ -99,7 +98,7 @@ static const be_use_t *get_or_set_use_block(be_uses_t *env, const ir_node *block, const ir_node *def) { - unsigned hash = HASH_COMBINE(hash_irn(block), hash_irn(def)); + unsigned hash = hash_combine(hash_irn(block), hash_irn(def)); be_use_t temp; be_use_t* result; @@ -386,7 +385,7 @@ be_uses_t *be_begin_uses(ir_graph *irg, const be_lv_t *lv) { be_uses_t *env = XMALLOC(be_uses_t); - edges_assure(irg); + assure_edges(irg); //set_using_irn_link(irg);