X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Ftr%2Ftpop_t.h;h=be3cc7a38d6b00d51464034aee5cddffe41f8879;hb=58278afc9917d9fc28ae5a4def6e1d9e53d7179f;hp=ec11429c0c33d8a12ef1e53449303d66d332640b;hpb=431cb9dad40cf6ecf37291738b6ec971749feb39;p=libfirm diff --git a/ir/tr/tpop_t.h b/ir/tr/tpop_t.h index ec11429c0..be3cc7a38 100644 --- a/ir/tr/tpop_t.h +++ b/ir/tr/tpop_t.h @@ -1,6 +1,8 @@ -# ifndef _IROP_T_H_ -# define _IROP_T_H_ +/* $Id$ */ + +# ifndef _TPOP_T_H_ +# define _TPOP_T_H_ # include # include "tpop.h" @@ -65,10 +67,10 @@ tp_op * new_tpop (tp_opcode code, ident *name, size_t attr_size); */ void init_tpop (void); -/****f* tpop/get_topo_attr_size +/****f* tpop/get_tpop_attr_size * * NAME - * get_topo_attr_size - Returns the size of the attribute to this kind + * get_tpop_attr_size - Returns the size of the attribute to this kind * of type. * NOTE * Internal feature. @@ -83,4 +85,4 @@ void init_tpop (void); */ int get_tpop_attr_size (tp_op *op); -#endif /* _IROP_T_H_ */ +#endif /* _TPOP_T_H_ */