fixed indents
[libfirm] / ir / be / beconstrperm.h
1 /**
2  * Author:      Daniel Grund
3  * Date:                15.12.2005
4  * Copyright:   (c) Universitaet Karlsruhe
5  * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
6  *
7  */
8
9 #ifndef BECONSTRPERM_H_
10 #define BECONSTRPERM_H_
11
12 #include "bechordal_t.h"
13
14 /**
15  * Inserts a perm instruction before all instructions having
16  * the register requirement "arch_register_req_type_limited"
17  */
18 void be_insert_constr_perms(be_chordal_env_t *cenv);
19
20 #endif /*BECONSTRPERM_H_*/