From bb3637aa2124cf6ead2d0c6c2a75649ca24ff2a3 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Sun, 17 May 2009 10:19:56 +0000 Subject: [PATCH] fix my last commit [r25998] --- ir/be/bespillbelady3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/be/bespillbelady3.c b/ir/be/bespillbelady3.c index af6bd570a..3ad663c5b 100644 --- a/ir/be/bespillbelady3.c +++ b/ir/be/bespillbelady3.c @@ -106,7 +106,7 @@ static bool do_push_unused_livethroughs; /** Execution frequency for the current graph. */ static ir_exec_freq *exec_freq; static ir_visited_t worklist_visited; -#ifdef DEBUG_LIBFIRM +#ifdef DEBUG_libfirm static bool should_have_reached_fixpoint; #endif -- 2.20.1