X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fia32%2Fia32_map_regs.c;h=0bd6c399f56967a87949522194773998946ebe4c;hb=2d9776010c3f48b99e88e4199f201ba8531dbde8;hp=1b07975887a0a30d8bec05b94cf469536136c199;hpb=1feb131961e2051b2e67ebf559681ddcaea67a26;p=libfirm diff --git a/ir/be/ia32/ia32_map_regs.c b/ir/be/ia32/ia32_map_regs.c index 1b0797588..0bd6c399f 100644 --- a/ir/be/ia32/ia32_map_regs.c +++ b/ir/be/ia32/ia32_map_regs.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. * @@ -37,7 +37,6 @@ #include "ia32_architecture.h" #include "gen_ia32_regalloc_if.h" #include "bearch_ia32_t.h" -#include "../benodesets.h" #define MAXNUM_GPREG_ARGS 3 #define MAXNUM_SSE_ARGS 5 @@ -108,7 +107,7 @@ static struct ia32_irn_reg_assoc *get_irn_reg_assoc(const ir_node *irn, set *reg templ.irn = irn; templ.reg = NULL; - hash = nodeset_hash(irn); + hash = hash_irn(irn); return set_insert(reg_set, &templ, sizeof(templ), hash); }