From: Daniel Grund Date: Sat, 15 Jan 2005 16:38:05 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=6cadb64530e06edc28d5565ac55e921b56fbf2d2;p=libfirm *** empty log message *** --- diff --git a/ir/be/phistat.c b/ir/be/phistat.c index 1a1802f5b..4cb3f6d3f 100644 --- a/ir/be/phistat.c +++ b/ir/be/phistat.c @@ -16,7 +16,7 @@ #include "irprog.h" #include "irmode_t.h" -#include "bechordal.h" +#include "bera.h" #include "phistat.h" #define MAX_ARITY 10 @@ -153,7 +153,7 @@ static void phi_class_stat(pset *pc) { doit = 1; for (o = i+1; o < size; ++o) { curr_vals[I_PAIRS]++; - if (phi_ops_interfere(members[i], members[o])) { + if (values_interfere(members[i], members[o])) { sth_interfered = 1; curr_vals[I_PAIRSI]++; if (doit) {