fixed precedence constraint
[libfirm] / ir / be / bessadestrsimple.c
index 2223204..8c84b20 100644 (file)
 #include <stdio.h>
 #include <stdlib.h>
 #include <limits.h>
-#ifdef WITH_LIBCORE
-#include <libcore/lc_opts.h>
-#include <libcore/lc_opts_enum.h>
-#endif
 
 #include "set.h"
 #include "pset.h"
@@ -311,7 +307,7 @@ set *be_ssa_destr_simple(ir_graph *irg, const arch_env_t *aenv) {
        irg_block_walk_graph(irg, ssa_destr_simple_walker, NULL, &sde);
 
        /* Mapping of SSA-Values <--> Variables */
-       pc = phi_class_new_from_irg(irg);
+       pc = phi_class_new_from_irg(irg, 0);
        be_clear_links(irg);
        irg_walk_graph(irg, values_to_vars, NULL, &sde);