From: Christian Würdig Date: Wed, 14 Feb 2007 10:56:34 +0000 (+0000) Subject: added missing function declaration X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=964d349a6adb7b627c0024d6cba11757db706a8d;p=libfirm added missing function declaration [r8645] --- diff --git a/ir/ir/iredges.h b/ir/ir/iredges.h index 16b2d1245..4428a6b40 100644 --- a/ir/ir/iredges.h +++ b/ir/ir/iredges.h @@ -157,6 +157,11 @@ extern void edges_reroute_kind(ir_node *old, ir_node *nw, ir_edge_kind_t kind, i */ int edges_verify(ir_graph *irg); +/** + * Set edge verification flag. + */ +void edges_init_dbg(int do_dbg); + /************************************************************************/ /* Begin Old Interface */ /************************************************************************/