- useless variable removed
[libfirm] / ir / be / ia32 / ia32_map_regs.c
index 1b07975..0bd6c39 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.
  *
@@ -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);
 }