From: Michael Beck Date: Mon, 19 Apr 2004 08:58:33 +0000 (+0000) Subject: get_irn_funccall_attr() prototype added X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=846ac9456a69e5e6bab6367334836003d7e3de11;p=libfirm get_irn_funccall_attr() prototype added [r2673] --- diff --git a/ir/ir/irnode_t.h b/ir/ir/irnode_t.h index ea5c5dbd3..7cfe7b418 100644 --- a/ir/ir/irnode_t.h +++ b/ir/ir/irnode_t.h @@ -231,6 +231,7 @@ INLINE alloc_attr get_irn_alloc_attr (ir_node *node); INLINE type *get_irn_free_attr (ir_node *node); INLINE symconst_attr get_irn_symconst_attr (ir_node *node); type *get_irn_call_attr (ir_node *node); +type *get_irn_funccall_attr (ir_node *node); sel_attr get_irn_sel_attr (ir_node *node); int get_irn_phi_attr (ir_node *node); block_attr get_irn_block_attr (ir_node *node);