X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Fircons.h;h=30c916cf201d7f0ffc7e896716ac56c25ac37a10;hb=eda9d668d0e8c8246015b4c5e743316a6a835a23;hp=6ecce2f4e8bf7aad13a99f6cbe55a2c298815466;hpb=863d31d7a5c8210432fef88b30fc3e8353131538;p=libfirm diff --git a/ir/ir/ircons.h b/ir/ir/ircons.h index 6ecce2f4e..30c916cf2 100644 --- a/ir/ir/ircons.h +++ b/ir/ir/ircons.h @@ -1,18 +1,32 @@ /* - * 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 - * Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. + * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. + * + * This file is part of libFirm. + * + * This file may be distributed and/or modified under the terms of the + * GNU General Public License version 2 as published by the Free Software + * Foundation and appearing in the file LICENSE.GPL included in the + * packaging of this file. + * + * Licensees holding valid libFirm Professional Edition licenses may use + * this file in accordance with the libFirm Commercial License. + * Agreement provided with the Software. + * + * This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE + * WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE. */ /** - @todo + * @file + * @brief Various irnode constructors. Automatic construction of SSA + * representation. + * @author Martin Trapp, Christian Schaefer, Goetz Lindenmaier, Boris Boesler, + * Michael Beck + * @version $Id$ + */ + +/**@todo Ideas for improvement: -# Handle construction of exceptions more comfortable: Add new constructors that pass the exception region (or better the @@ -24,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. @@ -1102,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" @@ -4334,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