fixed again
[libfirm] / ir / be / bespillbelady.h
1 /**
2  * Author:      Daniel Grund
3  * Date:                20.09.2005
4  * Copyright:   (c) Universitaet Karlsruhe
5  * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
6  */
7
8 #ifndef BESPILLBELADY_H_
9 #define BESPILLBELADY_H_
10
11 #include "be_t.h"
12 #include "bechordal.h"
13
14 #include "bearch.h"
15 #include "bespill.h"
16
17 void be_spill_belady(const be_chordal_env_t *env);
18
19
20 #endif /*BESPILLBELADY_H_*/