Rewrote spillslot handling:
[libfirm] / ir / be / bespillmorgan.h
1 /*
2  * Author:      Matthias Braun
3  * Date:                05.05.2006
4  * Copyright:   (c) Universitaet Karlsruhe
5  * License:     This file is protected by GPL -  GNU GENERAL PUBLIC LICENSE.
6  */
7 #ifndef BESPILLMORGAN_H_
8 #define BESPILLMORGAN_H_
9
10 #include "be_t.h"
11 #include "bechordal.h"
12
13 void be_spill_morgan(be_chordal_env_t *env);
14
15 #endif