X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=include%2Flibfirm%2Firio.h;h=ecf232e8b4b40c4c6febe940de705d091f015630;hb=4b363c6a4e0584ce755b5f82fc3d7a9dc38658b2;hp=89ed8b8aebd60588829a7a58c9fba1dd1a651205;hpb=279822e9e2a4f26deaf67b5fe8423b27837a75d7;p=libfirm diff --git a/include/libfirm/irio.h b/include/libfirm/irio.h index 89ed8b8ae..ecf232e8b 100644 --- a/include/libfirm/irio.h +++ b/include/libfirm/irio.h @@ -30,6 +30,15 @@ #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. *