fixed indents
[libfirm] / ir / be / beutil.h
index d44902d..c11eac3 100644 (file)
@@ -101,6 +101,13 @@ static INLINE FILE *ffopen(const char *base, const char *ext, const char *mode)
  */
 void dump_ir_block_graph_sched(ir_graph *irg, const char *suffix);
 
+/**
+ * Dump a extended block graph with schedule edges.
+ * @param irg The graph.
+ * @param suffix A suffix to its file name.
+ */
+void dump_ir_extblock_graph_sched(ir_graph *irg, const char *suffix);
+
 /**
  * Dumps a graph and numbers all dumps.
  * @param irg    The graph