committing ilp based spilling
[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(const be_chordal_env_t *env);
15
16 #endif /*BESPILLREMAT_H_*/