From 5be7cbdaf827567bf40baac160ed3786f7ca34ed Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Thu, 8 Jan 2009 18:01:41 +0000 Subject: [PATCH] - removed orphan declarations [r25125] --- ir/be/ia32/ia32_new_nodes.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/ir/be/ia32/ia32_new_nodes.h b/ir/be/ia32/ia32_new_nodes.h index 857d35980..0c8660f22 100644 --- a/ir/be/ia32/ia32_new_nodes.h +++ b/ir/be/ia32/ia32_new_nodes.h @@ -310,16 +310,6 @@ unsigned get_ia32_copyb_size(const ir_node *node); unsigned get_ia32_latency(const ir_node *node); -/** - * Sets the flags for the n'th out. - */ -void set_ia32_out_flags(ir_node *node, arch_irn_flags_t flags, int pos); - -/** - * Gets the flags for the n'th out. - */ -arch_irn_flags_t get_ia32_out_flags(const ir_node *node, int pos); - /** * Get the list of available execution units. */ -- 2.20.1