start register allocator again, fix typo
[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 #endif