More missing config.h
[libfirm] / ir / be / beirgmod.h
index 19d11e0..33f4ea9 100644 (file)
@@ -120,4 +120,10 @@ struct _be_chordal_env_t;
 
 void extreme_liverange_splitting(struct _be_chordal_env_t *cenv);
 
+/**
+ * removes basic blocks that only contain a jump instruction
+ * (this will potentially create critical edges)
+ */
+void be_remove_empty_blocks(ir_graph *irg);
+
 #endif /* _BEIRGMOD_H */