X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firmode.h;h=d33c0f7d17a09c77d6ae9162de2cda373e1f7cf6;hb=eda9d668d0e8c8246015b4c5e743316a6a835a23;hp=882a3b5194139f6da07760369493b1912d561a75;hpb=e61f9f1153552529e0adfebe8817ad113af28a4a;p=libfirm diff --git a/ir/ir/irmode.h b/ir/ir/irmode.h index 882a3b519..d33c0f7d1 100644 --- a/ir/ir/irmode.h +++ b/ir/ir/irmode.h @@ -1,33 +1,39 @@ /* - * Project: libFIRM - * File name: ir/ir/irmode.h - * Purpose: Data modes of operations. - * Author: Martin Trapp, Christian Schaefer - * Modified by: Goetz Lindenmaier, Mathias Heil, Michael Beck - * Created: - * CVS-ID: $Id$ - * Copyright: (c) 1998-2007 Universität Karlsruhe - * Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. - */ - -/** - * @file irmode.h - * irmode -- Modes for ir operators + * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. * - * @author Christian Schaefer, Matthias Heil + * This file is part of libFirm. * - * This module specifies the modes that type the firm nodes. It defines - * a datasturcture that describes a mode and implements constructors and - * access routines to this datastructure. Further it defines a set of - * predefined modes. + * 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. * - * SEE ALSO: - * UKA tech report 1999-44 for more information about modes. + * 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. */ -#ifndef _FIRM_IR_IRMODE_H_ -#define _FIRM_IR_IRMODE_H_ +/** + * @file + * @brief Data modes of operations. + * @author Martin Trapp, Christian Schaefer, Goetz Lindenmaier, Mathias Heil, + * Michael Beck + * @version $Id$ + * @summary + * This module specifies the modes that type the firm nodes. It defines + * a datasturcture that describes a mode and implements constructors and + * access routines to this datastructure. Further it defines a set of + * predefined modes. + * + * SEE ALSO: + * UKA tech report 1999-44 for more information about modes. + */ +#ifndef FIRM_IR_IRMODE_H +#define FIRM_IR_IRMODE_H #include "firm_types.h" #include "ident.h" @@ -496,4 +502,4 @@ ir_mode *get_reference_mode_unsigned_eq(ir_mode *mode); */ void set_reference_mode_unsigned_eq(ir_mode *ref_mode, ir_mode *int_mode); -#endif /* _FIRM_IR_IRMODE_H_ */ +#endif