X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firopt_t.h;h=ca1ad64a5d741ca848e8ea84d38c7023d34fd00b;hb=eda9d668d0e8c8246015b4c5e743316a6a835a23;hp=cd2ea2f5b305069fd7f1b2948d53b2daf96251c0;hpb=eb08138c6b80c169945568e4414f491a9bc20388;p=libfirm diff --git a/ir/ir/iropt_t.h b/ir/ir/iropt_t.h index cd2ea2f5b..ca1ad64a5 100644 --- a/ir/ir/iropt_t.h +++ b/ir/ir/iropt_t.h @@ -17,27 +17,14 @@ * PURPOSE. */ -/* - * Project: libFIRM - * File name: ir/ir/iropt_t.h - * Purpose: iropt --- optimizations intertwined with IR construction -- private header. - * Author: Martin Trapp, Christian Schaefer - * Modified by: Goetz Lindenmaier, Michael Beck - * Created: - * CVS-ID: $Id$ - * Copyright: (c) 1998-2003 Universität Karlsruhe - */ - /** - * @file iropt_t.h - * - * Declarations for optimizations intertwined with IR construction. - * - * @author Martin Trapp, Christian Schaefer + * @file + * @brief iropt --- optimizations intertwined with IR construction -- private header. + * @author Martin Trapp, Christian Schaefer, Goetz Lindenmaier, Michael Beck + * @version $Id$ */ - -#ifndef _IROPT_T_H_ -#define _IROPT_T_H_ +#ifndef FIRM_IR_IROPT_T_H +#define FIRM_IR_IROPT_T_H #include "iropt.h" #include "irnode_t.h" @@ -116,4 +103,4 @@ value_of(ir_node *n) { */ ir_op_ops *firm_set_default_operations(ir_opcode code, ir_op_ops *ops); -#endif /* _IROPT_T_H_ */ +#endif