amd64: Added Load and FrameAddr transformation. And fixed some corruption bugs w...
[libfirm] / ir / be / bechordal_common.c
index a58d3da..130a1e8 100644 (file)
@@ -120,7 +120,7 @@ void create_borders(ir_node *block, void *env_ptr)
        be_lv_t *lv                       = env->birg->lv;
 
        int i, n;
-       bitset_pos_t elm;
+       unsigned elm;
        unsigned step = 0;
        unsigned pressure = 0;
        struct list_head *head;