becopyheur4: Clean up co_mst_irn_init().
[libfirm] / ir / be / bessadestr.h
1 /*
2  * This file is part of libFirm.
3  * Copyright (C) 2012 University of Karlsruhe.
4  */
5
6 /**
7  * @file
8  * @brief       Performs SSA-Destruction.
9  * @author      Daniel Grund
10  * @date        25.05.2005
11  */
12 #ifndef FIRM_BE_BESSADESTR_H
13 #define FIRM_BE_BESSADESTR_H
14
15 #include "bechordal.h"
16
17 /**
18  * Performs SSA-Destruction. Arguments get adjusted, phi nodes just stay.
19  */
20 void be_ssa_destruction(be_chordal_env_t *chordal_env);
21 void be_ssa_destruction_check(be_chordal_env_t *chordal_env);
22
23 #endif /* FIRM_BE_BESSADESTR_H */