From 72281cb84689aa304239951d984b690f5e98317f Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Mon, 1 Aug 2005 09:44:02 +0000 Subject: [PATCH] moved is_frame_type() to type.h [r6331] --- ir/ir/irgraph.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/ir/ir/irgraph.h b/ir/ir/irgraph.h index 4ea428a45..53003415f 100644 --- a/ir/ir/irgraph.h +++ b/ir/ir/irgraph.h @@ -200,8 +200,6 @@ void set_irg_entity (ir_graph *irg, entity *ent); type *get_irg_frame_type (ir_graph *irg); void set_irg_frame_type (ir_graph *irg, type *ftp); -/* To test for a frame type. O(#irgs) if ftp is class type. */ -int is_frame_type (const type *ftp); ir_node *get_irg_start_block (const ir_graph *irg); void set_irg_start_block (ir_graph *irg, ir_node *node); -- 2.20.1