X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firopt.h;h=4ca8ceb8a2fe8a8c5a1b21e2e0f6099457e47438;hb=eda9d668d0e8c8246015b4c5e743316a6a835a23;hp=8eaf4b2859ec53c065b4c49bc912f6e2ed84f2b3;hpb=863d31d7a5c8210432fef88b30fc3e8353131538;p=libfirm diff --git a/ir/ir/iropt.h b/ir/ir/iropt.h index 8eaf4b285..4ca8ceb8a 100644 --- a/ir/ir/iropt.h +++ b/ir/ir/iropt.h @@ -1,24 +1,30 @@ /* - * Project: libFIRM - * File name: ir/ir/iropt.h - * Purpose: iropt --- optimizations of an ir node. - * Author: Martin Trapp, Christian Schaefer - * Modified by: Goetz Lindenmaier, Michael Beck - * Created: - * CVS-ID: $Id$ - * Copyright: (c) 1998-2003 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. */ /** - * @file iropt.h - * - * Declarations for optimizations of an ir node. - * - * @author Martin Trapp, Christian Schaefer + * @file + * @brief iropt --- optimizations of an ir node. + * @author Martin Trapp, Christian Schaefer, Goetz Lindenmaier, Michael Beck + * @version $Id$ */ -#ifndef _FIRM_IR_IROPT_H_ -#define _FIRM_IR_IROPT_H_ +#ifndef FIRM_IR_IROPT_H +#define FIRM_IR_IROPT_H #include "firm_types.h" @@ -84,4 +90,4 @@ tarval *computed_value(ir_node *n); */ ir_node *optimize_in_place(ir_node *n); -#endif /* _FIRM_IR_IROPT_H_ */ +#endif