From: Michael Beck Date: Thu, 8 Jan 2009 18:01:41 +0000 (+0000) Subject: - removed orphan declarations X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;ds=sidebyside;h=5be7cbdaf827567bf40baac160ed3786f7ca34ed;p=libfirm - removed orphan declarations [r25125] --- 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. */