- moved pass constructors from irtools to irpass
[libfirm] / include / libfirm / irio.h
index 89ed8b8..ecf232e 100644 (file)
 
 #include "firm_types.h"
 
+/**
+ * Exports the whole irp to the given file in a textual form.
+ *
+ * @param filename  the name of the resulting file
+ *
+ * Exports all types, all ir graphs, and the constant graph.
+ */
+void ir_export(const char *filename);
+
 /**
  * Exports the given ir graph to the given file in a textual form.
  *