move backend into libfirm
[libfirm] / ir / be / bespillremat.h
1 /**
2  * @file   bespillremat.h
3  * @date   2006-04-06
4  * @author Adam M. Szalkowski
5  *
6  * Copyright (C) 2006 Universitaet Karlsruhe
7  * Released under the GPL
8  */
9
10 #ifndef BESPILLREMAT_H_
11 #define BESPILLREMAT_H_
12 #include "bechordal.h"
13
14 void be_spill_remat(be_irg_t *birg, const arch_register_class_t *cls);
15
16 #endif /*BESPILLREMAT_H_*/