From: Michael Beck Date: Tue, 4 Jan 2005 13:17:04 +0000 (+0000) Subject: removed INLIEN before global functions X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=8399216d8aebc713bbda04b6e3e250a1d52b20bf;p=libfirm removed INLIEN before global functions [r4791] --- diff --git a/ir/ir/irnode_t.h b/ir/ir/irnode_t.h index c20f3925f..832dfee0e 100644 --- a/ir/ir/irnode_t.h +++ b/ir/ir/irnode_t.h @@ -243,19 +243,19 @@ ir_node **get_irn_in (const ir_node *node); /** @{ */ /** access attributes directly */ -INLINE const_attr get_irn_const_attr (ir_node *node); -INLINE long get_irn_proj_attr (ir_node *node); -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); -load_attr get_irn_load_attr (ir_node *node); -store_attr get_irn_store_attr (ir_node *node); -except_attr get_irn_except_attr (ir_node *node); +const_attr get_irn_const_attr (ir_node *node); +long get_irn_proj_attr (ir_node *node); +alloc_attr get_irn_alloc_attr (ir_node *node); +type *get_irn_free_attr (ir_node *node); +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); +load_attr get_irn_load_attr (ir_node *node); +store_attr get_irn_store_attr (ir_node *node); +except_attr get_irn_except_attr (ir_node *node); /** @} */ /*