X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fana2%2Fpto.h;h=5876a9a7c93eb3cd81cdfacd8fce4e1727e7fdff;hb=ff0e8d7fcb34481652f0bf521ba04b1eca5e2106;hp=eee19008a8143ba263cb1b1a3abbeca82ed3899c;hpb=d07b7388a477ce7ce7ceb5fcf427b8db040ff55e;p=libfirm diff --git a/ir/ana2/pto.h b/ir/ana2/pto.h index eee19008a..5876a9a7c 100644 --- a/ir/ana2/pto.h +++ b/ir/ana2/pto.h @@ -33,6 +33,9 @@ /* Perform PTO on all visible graphs. */ void pto_init (int); void pto_run (void); +/* Dump all interesting stuff to a bunch of files */ +void pto_dump (void); +/* Clean up our mess */ void pto_cleanup (void); /* =================================================== @@ -46,6 +49,9 @@ void pto_cleanup (void); /* $Log$ + Revision 1.7 2004/11/30 15:49:27 liekweg + include 'dump' + Revision 1.6 2004/11/24 14:53:55 liekweg Bugfixes