fixed some bugs
[libfirm] / ir / be / bespillilp.h
1
2 /**
3  * @file   bespillilp.h
4  * @date   27.07.2005
5  * @author Sebastian Hack
6  *
7  * Copyright (C) 2005 Universitaet Karlsruhe
8  * Released under the GPL
9  */
10
11 #ifndef _BESPILLILP_H
12 #define _BESPILLILP_H
13
14 #include "bechordal.h"
15
16 void be_spill_ilp(const be_chordal_env_t *env);
17
18 #endif /* _BESPILLILP_H */