values may die at every use
[libfirm] / ir / be / bespillappel.h
1 /**
2  * @file   bespillappel.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 BESPILLAPPEL_H_
11 #define BESPILLAPPEL_H_
12 #include "bechordal.h"
13
14 void be_spill_appel(const be_chordal_env_t *env);
15
16 #endif /*BESPILLAPPEL_H_*/