Moved insert_Perm_after to benode.c
[libfirm] / ir / be / lpp_local.h
1 /**
2  * Author:      Daniel Grund
3  * Date:                02.06.2005
4  * Copyright:   (c) Universitaet Karlsruhe
5  * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
6  */
7
8 #ifndef _LPP_LOCAL_H_
9 #define _LPP_LOCAL_H_
10
11 #include "lpp.h"
12
13 void lpp_solve_local(lpp_t *lpp);
14
15 #endif /*_LPP_LOCAL_H_*/