From: Matthias Braun Date: Wed, 9 Sep 2009 14:28:18 +0000 (+0000) Subject: don't classify Proj nodes X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=840bbb5eb53065c51f9c7e4065f3954874386349;p=libfirm don't classify Proj nodes [r26507] --- diff --git a/ir/be/bestat.c b/ir/be/bestat.c index d713ba803..cfdc512e6 100644 --- a/ir/be/bestat.c +++ b/ir/be/bestat.c @@ -166,7 +166,7 @@ static void node_stat_walker(ir_node *irn, void *data) } else { (*stats)[BE_STAT_PHIS]++; } - } else { + } else if (!is_Proj(irn)) { arch_irn_class_t classify = arch_irn_classify(irn); if(classify & arch_irn_class_spill)