From 81b22833755ec45f8dad4e0d749e332e35d8367e Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Sat, 10 Apr 2010 11:32:42 +0000 Subject: [PATCH] Add missing debug module initialization ... [r27372] --- ir/opt/tailrec.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ir/opt/tailrec.c b/ir/opt/tailrec.c index fc59ce18a..37ed69542 100644 --- a/ir/opt/tailrec.c +++ b/ir/opt/tailrec.c @@ -722,6 +722,8 @@ void opt_tail_recursion(void) int n_opt_applications = 0; ir_graph *irg; + FIRM_DBG_REGISTER(dbg, "firm.opt.tailrec"); + for (i = get_irp_n_irgs() - 1; i >= 0; --i) { irg = get_irp_irg(i); -- 2.20.1