Added perm serach in SSA-destruction. changed all usages of is_Perm.
[libfirm] / ir / be / bessadestr.h
1 /**
2  * Author:      Daniel Grund
3  * Date:                25.05.2005
4  * Copyright:   (c) Universitaet Karlsruhe
5  * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
6  *
7  * Performs SSA-Destruction.
8  */
9
10 #include "bechordal_t.h"
11
12 /**
13  * Performs SSA-Destruction. Arguments get adjusted, phi nodes just stay.
14  */
15 void be_ssa_destruction(be_main_session_env_t *session, be_chordal_env_t *chordal_env);