- forgot to add some files
[libfirm] / ir / be / bespillslots.h
1 /*
2  * Author:      Matthias Braun
3  * Date:                27.7.2006
4  * Copyright:   (c) Universitaet Karlsruhe
5  * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
6  */
7 #ifndef BESPILLSLOTS_H_
8 #define BESPILLSLOTS_H_
9
10 #include "bechordal.h"
11
12 /**
13  * Computes the spill offsets for all spill nodes in the irg
14  */
15 void be_coalesce_spillslots(const be_chordal_env_t *chordal_env);
16
17 #endif