Extended perm insertion by setting the colors of the outs.
[libfirm] / ir / be / bedupl.h
1 /**
2  * @file   bedupl.h
3  * @date   19.07.2005
4  * @author Sebastian Hack
5  *
6  * Handling of duplicates
7  *
8  * Copyright (C) 2005 Universitaet Karlsruhe
9  * Released under the GPL
10  */
11
12 #ifndef _BEDUPL_H
13 #define _BEDUPL_H
14
15 void be_eliminate_phi_interferences(const be_main_session_env_t *env);
16
17 #endif /* _BEDUPL_H */