X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Ftr%2Ftpop_t.h;h=1a5eeadc8c91890b17219e7169e50affe9a83312;hb=38249b0311df91904bb3a566a770efe650f40efc;hp=f5760c9c2ed77100ddcc1cf6ed89c7c3eabe5112;hpb=1ce363f80e6a204d4011f85813362d9bd1d0e7e4;p=libfirm diff --git a/ir/tr/tpop_t.h b/ir/tr/tpop_t.h index f5760c9c2..1a5eeadc8 100644 --- a/ir/tr/tpop_t.h +++ b/ir/tr/tpop_t.h @@ -143,17 +143,17 @@ int get_tpop_attr_size (const tp_op *op); * inline functions * * -----------------*/ -static INLINE tp_opcode +static inline tp_opcode _get_tpop_code(const tp_op *op) { return op->code; } -static INLINE ident * +static inline ident * _get_tpop_ident(const tp_op *op){ return op->name; } -static INLINE size_t +static inline size_t _get_tpop_attr_size(const tp_op *op) { return op->attr_size; }