X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeuses.c;h=56108d3b35882a960c0e9dfcf37bff1ec4e72138;hb=274626e2d58cfa247b88ee05adaca8906b025d93;hp=11b166e0685e37c06eb1b61ae6394e96fc86f5d9;hpb=f8cc15664f571aa7ef89d6f6bc8d5bd2b8ca7d53;p=libfirm diff --git a/ir/be/beuses.c b/ir/be/beuses.c index 11b166e06..56108d3b3 100644 --- a/ir/be/beuses.c +++ b/ir/be/beuses.c @@ -98,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;