X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Fircons.h;h=30c916cf201d7f0ffc7e896716ac56c25ac37a10;hb=eda9d668d0e8c8246015b4c5e743316a6a835a23;hp=f7f3b6cab2c09d45c649fc637efa5230df7222a7;hpb=eb08138c6b80c169945568e4414f491a9bc20388;p=libfirm diff --git a/ir/ir/ircons.h b/ir/ir/ircons.h index f7f3b6cab..30c916cf2 100644 --- a/ir/ir/ircons.h +++ b/ir/ir/ircons.h @@ -17,20 +17,16 @@ * PURPOSE. */ -/* - * Project: libFIRM - * File name: ir/ir/ircons.h - * Purpose: Various irnode constructors. Automatic construction - * of SSA representation. - * Author: Martin Trapp, Christian Schaefer - * Modified by: Goetz Lindenmaier, Boris Boesler, Michael Beck - * Created: - * CVS-ID: $Id$ - * Copyright: (c) 1998-2006 Universität Karlsruhe +/** + * @file + * @brief Various irnode constructors. Automatic construction of SSA + * representation. + * @author Martin Trapp, Christian Schaefer, Goetz Lindenmaier, Boris Boesler, + * Michael Beck + * @version $Id$ */ -/** - @todo +/**@todo Ideas for improvement: -# Handle construction of exceptions more comfortable: Add new constructors that pass the exception region (or better the @@ -42,14 +38,12 @@ */ /** - * @file ircons.h + * @file * * documentation no more supported since 2001 * * ir node construction. * - * @author Martin Trapp, Christian Schaefer, Goetz Lindenmaier - * * This file documents all datatypes and constructors needed to * build a FIRM representation of a procedure. The constructors are * also implemented in this file. @@ -1120,8 +1114,8 @@ * node. * */ -#ifndef _FIRM_IR_IRCONS_H_ -#define _FIRM_IR_IRCONS_H_ +#ifndef FIRM_IR_IRCONS_H +#define FIRM_IR_IRCONS_H #include "firm_common.h" #include "irnode.h" @@ -4352,4 +4346,4 @@ void irp_finalize_cons(void); */ typedef ir_node *uninitialized_local_variable_func_t(ir_graph *irg, ir_mode *mode, int pos); -#endif /* _FIRM_IR_IRCONS_H_ */ +#endif