more warning fixes
[libfirm] / ir / be / bespilloptions.h
1 /*
2  * Author:      Matthias Braun
3  * Date:                12.10.2006
4  * Copyright:   (c) Universitaet Karlsruhe
5  * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
6  */
7 #ifndef BESPILL_OPTIONS_H_
8 #define BESPILL_OPTIONS_H_
9
10 extern int be_coalesce_spill_slots;
11 extern int be_do_remats;
12
13 #ifdef WITH_LIBCORE
14 #include <libcore/lc_opts.h>
15 void be_spill_register_options(lc_opt_entry_t *grp);
16 #endif
17
18 #endif