From ac064cd10b5eb8732a1226868bcd1c61efcdc9ca Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Sun, 28 Sep 2008 17:36:57 +0000 Subject: [PATCH] fix warning in optimized build [r22324] --- include/libfirm/irgraph.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/libfirm/irgraph.h b/include/libfirm/irgraph.h index 82ef807a6..64558a28f 100644 --- a/include/libfirm/irgraph.h +++ b/include/libfirm/irgraph.h @@ -282,10 +282,8 @@ void set_irg_no_mem(ir_graph *irg, ir_node *node); /** Returns the number of value numbers of an IR graph. */ int get_irg_n_locs(ir_graph *irg); -#ifdef DEBUG_libfirm /** Returns the graph number. */ long get_irg_graph_nr(const ir_graph *irg); -#endif /** * Returns the graph number. This is a unique number for the graph and is -- 2.20.1