X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Ftr%2Ftpop.c;h=792e7e9f377c9223b465c8d30beabaf0747bc1f0;hb=292b89d3367cdeae0cb2a1fca37b6b84e781eab8;hp=7decaa1e5fdcbc09b55536f8b943f16257cdf910;hpb=9b558d63dbb5377d9e374f95f45c80e6a02bf6df;p=libfirm diff --git a/ir/tr/tpop.c b/ir/tr/tpop.c index 7decaa1e5..792e7e9f3 100644 --- a/ir/tr/tpop.c +++ b/ir/tr/tpop.c @@ -21,7 +21,6 @@ * @file * @brief Opcode of types. * @author Goetz Lindenmaier, Michael Beck - * @version $Id$ */ #include "config.h" @@ -182,8 +181,6 @@ void init_tpop(void) #undef ID } -/* Finalize the tpop module. - * Frees all type opcodes. */ void finish_tpop(void) { free_tpop(type_class ); type_class = NULL; @@ -199,8 +196,7 @@ void finish_tpop(void) free_tpop(tpop_unknown ); tpop_unknown = NULL; } -/* Returns the string for the tp_opcode. */ -const char *get_tpop_name(const tp_op *op) +const char *get_tpop_name(const tp_op *op) { return get_id_str(op->name); } @@ -210,7 +206,6 @@ tp_opcode (get_tpop_code)(const tp_op *op) return _get_tpop_code(op); } -/* returns the attribute size of the operator. */ size_t (get_tpop_attr_size)(const tp_op *op) { return _get_tpop_attr_size(op);