Set dump consts local to false for schedule dumping
[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 "bearch.h"
15 #include "be_t.h"
16 #include "bespill.h"
17
18 void be_spill_ilp(const be_main_session_env_t *env,
19     const arch_register_class_t *cls);
20
21 #endif /* _BESPILLILP_H */