From: Matthias Braun Date: Sun, 28 Sep 2008 17:36:57 +0000 (+0000) Subject: fix warning in optimized build X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=ac064cd10b5eb8732a1226868bcd1c61efcdc9ca;p=libfirm fix warning in optimized build [r22324] --- 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