X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fopt%2Fopt_polymorphy.h;h=3615d5c839b7f4dd4aaa293af895c4030ebe2c36;hb=c7dc950ac0cdd7d24acffb798b5867d0db5dd7c8;hp=c926a06330c5c21138d2f7ce31c5177641989683;hpb=eb08138c6b80c169945568e4414f491a9bc20388;p=libfirm diff --git a/ir/opt/opt_polymorphy.h b/ir/opt/opt_polymorphy.h index c926a0633..3615d5c83 100644 --- a/ir/opt/opt_polymorphy.h +++ b/ir/opt/opt_polymorphy.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. + * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. * * This file is part of libFirm. * @@ -17,29 +17,19 @@ * PURPOSE. */ -/* - * Project: libFIRM - * File name: ir/opt/opt_polymorphy.h - * Purpose: Optimize polymorphic Sel and Load nodes. - * Author: - * Created: - * CVS-ID: $Id$ - * Copyright: (c) 2005 Universität Karlsruhe - */ - -/** @file - * +/** + * @file + * @brief Optimize polymorphic Sel and Load nodes. + * @author Goetz Lindenmaier, Michael Beck + * @version $Id$ + * @summary * This file subsumes optimization code from cgana. */ -#ifndef _OPT_POLYMORPHY_H_ -#define _OPT_POLYMORPHY_H_ +#ifndef FIRM_OPT_OPT_POLYMORPHY_H +#define FIRM_OPT_OPT_POLYMORPHY_H #include "firm_types.h" -#ifdef __cplusplus -extern "C" { -#endif - /** * Transform Sel(Alloc)[method] * to SymC[method] under the following conditions: @@ -60,8 +50,4 @@ ir_node *transform_node_Sel(ir_node *node); */ ir_node *transform_node_Load(ir_node *n); -#ifdef __cplusplus -} -#endif - -#endif /* _OPT_POLYMORPHY_H_ */ +#endif /* FIRM_OPT_OPT_POLYMORPHY_H */