Simplify vector_copy().
[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 */