- introduce some defines to enable/disable PBQP dumping etc.
[libfirm] / pbqp_node_t.h
index 836a2c6..ba3e481 100644 (file)
@@ -8,6 +8,7 @@ struct pbqp_node {
        vector     *costs;
        unsigned    bucket_index;
        unsigned    solution;
+       unsigned    index;
 };
 
 #endif /* KAPS_PBQP_NODE_T_H */