X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbelive.h;h=8f2ee6a4bf6fd8bffc2216cdfa2592b95f71a628;hb=e6ad8ee4680a88db8652483c2c6f3124f3d9a888;hp=c1e58fa0de626d978bf759be0f7121aacb13d69a;hpb=e824098ad68e42ccf587aa5ac0ce07280bfd0626;p=libfirm diff --git a/ir/be/belive.h b/ir/be/belive.h index c1e58fa0d..8f2ee6a4b 100644 --- a/ir/be/belive.h +++ b/ir/be/belive.h @@ -22,6 +22,13 @@ void be_liveness(ir_graph *irg); */ void be_liveness_dump(ir_graph *irg, FILE *f); +/** + * Dump the liveness information for a graph. + * @param irg The graph. + * @param cls_name A string used as substing in the filename. + */ +void be_liveness_dumpto(ir_graph *irg, const char *cls_name); + /** * Check, if a node is live in at a block. * @param block The block.