remove irsimpletype stuff (unused/broken)
[libfirm] / ir / be / bechordal_t.h
index 90cba6b..e4ff678 100644 (file)
@@ -64,7 +64,6 @@ struct border_t {
 struct be_chordal_env_t {
        struct obstack       *obst;         /**< An obstack for temporary storage. */
        be_ra_chordal_opts_t *opts;         /**< A pointer to the chordal ra options. */
-       be_irg_t             *birg;         /**< Back-end IRG session. */
        ir_graph             *irg;          /**< The graph under examination. */
        const arch_register_class_t *cls;   /**< The current register class. */
        pmap                 *border_heads; /**< Maps blocks to border heads. */
@@ -121,8 +120,6 @@ struct be_ra_chordal_opts_t {
        char ilp_solver[128];
 };
 
-void be_pre_spill_prepare_constr(be_chordal_env_t *cenv);
-
 void check_for_memory_operands(ir_graph *irg);
 
 #endif /* FIRM_BE_BECHORDAL_T_H */