4c82ddb1ba82096a98e9dff7146d4f04a65e626b
[libfirm] / pbqp_node.h
1 #ifndef KAPS_PBQP_NODE_H
2 #define KAPS_PBQP_NODE_H
3
4 #include "pbqp_t.h"
5
6 pbqp_node *alloc_node(pbqp *pbqp, vector *costs);
7
8 #endif /* KAPS_PBQP_NODE_H */