fixed SSE returns
[libfirm] / ir / be / bechordal.c
index 2279561..ad085ab 100644 (file)
@@ -425,7 +425,7 @@ static ir_node *pre_process_constraints(be_chordal_alloc_env_t *alloc_env, be_in
        if(perm) {
                const ir_edge_t *edge;
 
-               be_stat_ev("constr_perm", 1);
+               be_stat_ev("constr_perm", get_irn_arity(perm));
                foreach_out_edge(perm, edge) {
                        ir_node *proj = get_edge_src_irn(edge);
                        arch_set_irn_register(aenv, proj, NULL);