From 929eaa2fe84440869640b2a9d341d90430326b59 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=B6tz=20Lindenmaier?= Date: Fri, 28 Feb 2003 20:34:30 +0000 Subject: [PATCH] Moved function to external header [r852] --- ir/ir/irgraph_t.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/ir/ir/irgraph_t.h b/ir/ir/irgraph_t.h index d928fbab6..528770466 100644 --- a/ir/ir/irgraph_t.h +++ b/ir/ir/irgraph_t.h @@ -80,8 +80,6 @@ struct ir_graph { void init_irgraph(void); -INLINE long get_irg_graph_nr(ir_graph *irg) ; - /** Make a rudimentary ir graph for the constant code. Must look like a correct irg, spare everything else. */ ir_graph *new_const_code_irg(void); -- 2.20.1