X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firop_t.h;h=7fa5e6c34401f68b5feb6aa8383c7ec9e9977f11;hb=ab871ea495d9bb95c5a033de6e003240ae55539a;hp=8364fe687b110721baa8932e451214af578211dd;hpb=1ce363f80e6a204d4011f85813362d9bd1d0e7e4;p=libfirm diff --git a/ir/ir/irop_t.h b/ir/ir/irop_t.h index 8364fe687..7fa5e6c34 100644 --- a/ir/ir/irop_t.h +++ b/ir/ir/irop_t.h @@ -26,7 +26,6 @@ #ifndef FIRM_IR_IROP_T_H #define FIRM_IR_IROP_T_H -#include "firm_config.h" #include "irop.h" #include "irtypes.h" #include "tv.h" @@ -158,11 +157,11 @@ static INLINE const ir_op_ops *_get_op_ops(const ir_op *op) { return &op->ops; } -static INLINE void _set_op_tag(ir_op *op, void *tag) { +static INLINE void _set_op_tag(ir_op *op, unsigned tag) { op->tag = tag; } -static INLINE void *_get_op_tag(const ir_op *op) { +static INLINE unsigned _get_op_tag(const ir_op *op) { return op->tag; }