becopyilp: Inline struct size_red_t into struct ilp_env_t.
[libfirm] / ir / kaps / heuristical_co_ld.h
1 /*
2  * This file is part of libFirm.
3  * Copyright (C) 2012 Karlsruhe Institute of Technology.
4  */
5 #ifndef HEURISTICAL_CO_LD_H_
6 #define HEURISTICAL_CO_LD_H_
7
8 #include "pbqp_t.h"
9 #include "plist.h"
10
11 void solve_pbqp_heuristical_co_ld(pbqp_t *pbqp, plist_t *rpeo);
12
13 #endif /* HEURISTICAL_CO_LD_H_ */