X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firflag.h;h=1489253f22a0cb690162918aa54aea3348d88a95;hb=eda9d668d0e8c8246015b4c5e743316a6a835a23;hp=4459826fdc879c1798284cbd4d2ae913f45574a1;hpb=eb08138c6b80c169945568e4414f491a9bc20388;p=libfirm diff --git a/ir/ir/irflag.h b/ir/ir/irflag.h index 4459826fd..1489253f2 100644 --- a/ir/ir/irflag.h +++ b/ir/ir/irflag.h @@ -17,24 +17,14 @@ * PURPOSE. */ -/* - * Project: libFIRM - * File name: ir/ir/irflag.h - * Purpose: Flags to control optimizations. - * Author: Christian Schaefer, Goetz Lindenmaier - * Modified by: Michael Beck - * Created: - * CVS-ID: $Id$ - * Copyright: (c) 1999-2003 Universität Karlsruhe - */ - /** - * @file irflag.h - * + * @file + * @brief Flags to control optimizations. + * @author Christian Schaefer, Goetz Lindenmaier, Michael Beck + * @version $Id$ + * @summary * Flags to customize the behavior of libfirm. * - * @author Christian Schaefer - * * There are the following groups of flags: * 1. Optimization flags. * a) There is a flag, 'optimize' to turn on/off all optimizations. @@ -49,8 +39,8 @@ * 4. Verification flag * This one controls the behavior of node and type verifications */ -#ifndef _FIRM_IR_IRFLAG_H_ -#define _FIRM_IR_IRFLAG_H_ +#ifndef FIRM_IR_IRFLAG_H +#define FIRM_IR_IRFLAG_H #include "firm_types.h" @@ -393,4 +383,4 @@ typedef enum _firm_verification_t { */ void do_node_verification(firm_verification_t mode); -#endif /* _FIRM_IR_IRFLAG_H_ */ +#endif