belady spiller, initial version
[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 "bearch.h"
13
14 void be_spill_belady(const be_main_session_env_t *env, const arch_register_class_t *cls);
15
16 #endif /*BESPILLBELADY_H_*/