X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firarch.h;h=2a36ac28fe9799c83597a30c1e7c68940f2a797c;hb=eda9d668d0e8c8246015b4c5e743316a6a835a23;hp=84e8b886bd95bca9dcc9e76df8c63405eb57f6c7;hpb=005ef46ca8b717c172ea3ac50220c23b8438d485;p=libfirm diff --git a/ir/ir/irarch.h b/ir/ir/irarch.h index 84e8b886b..2a36ac28f 100644 --- a/ir/ir/irarch.h +++ b/ir/ir/irarch.h @@ -1,16 +1,33 @@ -/** - * @file irarch.h - * @date 1.10.2004 - * @author Sebastian Hack - * @brief Some machine dependent optimizations. +/* + * 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. * - * $Id$ + * 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_IRARCH_H -#define _FIRM_IRARCH_H +/** + * @file + * @brief Some machine dependent optimizations. + * @date 1.10.2004 + * @author Sebastian Hack + * @version $Id$ + */ +#ifndef FIRM_IR_IRARCH_H +#define FIRM_IR_IRARCH_H -#include "irnode.h" +#include "firm_types.h" /** * A parameter structure that drives the machine dependent Firm @@ -136,4 +153,4 @@ ir_node *arch_dep_replace_mod_by_const(ir_node *irn); */ void arch_dep_replace_divmod_by_const(ir_node **div, ir_node **mod, ir_node *irn); -#endif /* _FIRM_IRARCH_H */ +#endif