X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firop.h;h=bf1676f5a89224efb4460845d7d87bcc29fb268e;hb=eda9d668d0e8c8246015b4c5e743316a6a835a23;hp=d260096a6307e7b0aa2f0761ae8ec6bbb33d7d8c;hpb=eb08138c6b80c169945568e4414f491a9bc20388;p=libfirm diff --git a/ir/ir/irop.h b/ir/ir/irop.h index d260096a6..bf1676f5a 100644 --- a/ir/ir/irop.h +++ b/ir/ir/irop.h @@ -17,30 +17,20 @@ * PURPOSE. */ -/* - * Project: libFIRM - * File name: ir/ir/irop.h - * Purpose: Representation of opcode of intermediate operation. - * Author: Christian Schaefer - * Modified by: Goetz Lindenmaier - * Created: - * CVS-ID: $Id$ - * Copyright: (c) 1998-2003 Universität Karlsruhe - */ - /** - * @file irop.h - * - * Operators of firm nodes. - * - * @author Christian Schaefer + * @file + * @brief Representation of opcode of intermediate operation. + * @author Christian Schaefer, Goetz Lindenmaier + * @version $Id$ + * @summary + * Operators of firm nodes. * * This module specifies the opcodes possible for ir nodes. Their * definition is close to the operations specified in UKA Tech-Report * 1999-14 */ -#ifndef _FIRM_IR_IROP_H_ -#define _FIRM_IR_IROP_H_ +#ifndef FIRM_IR_IROP_H +#define FIRM_IR_IROP_H #include "firm_types.h" @@ -380,4 +370,4 @@ ir_op *new_ir_op(ir_opcode code, const char *name, op_pin_state p, /** Returns the ir_op_ops of an ir_op. */ const ir_op_ops *get_op_ops(const ir_op *op); -#endif /* _FIRM_IR_IROP_H_ */ +#endif