From 78bac126e7f9ca55761ab892ebfa9c19a4a65fcf Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Wed, 13 Apr 2011 13:06:37 +0200 Subject: [PATCH] remove stray declaration --- ir/be/benode.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ir/be/benode.h b/ir/be/benode.h index d7b663337..38cecd056 100644 --- a/ir/be/benode.h +++ b/ir/be/benode.h @@ -479,11 +479,6 @@ void be_dump_phi_reg_reqs(FILE *out, ir_node *node, dump_reason_t reason); ir_node *be_new_Phi(ir_node *block, int n_ins, ir_node **ins, ir_mode *mode, const arch_register_class_t *cls); -/** - * irn handler for common be nodes and Phi's. - */ -const void *be_node_get_irn_ops(const ir_node *irn); - static inline int be_is_Spill (const ir_node *irn) { return get_irn_opcode(irn) == beo_Spill ; } static inline int be_is_Reload (const ir_node *irn) { return get_irn_opcode(irn) == beo_Reload ; } static inline int be_is_Copy (const ir_node *irn) { return get_irn_opcode(irn) == beo_Copy ; } -- 2.20.1