X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fopt%2Fopt_polymorphy.h;h=824f9b1fc4967589b0fff92c26cfdeb10c6c247a;hb=b27ae245166bb695bc4e418ff416d91bc37d0f28;hp=72b598b4f1adb725b012a3b89c8cfb94390fee90;hpb=0d78d6a846ed88c044aa436e3bdf572d17a06a69;p=libfirm diff --git a/ir/opt/opt_polymorphy.h b/ir/opt/opt_polymorphy.h index 72b598b4f..824f9b1fc 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. * @@ -22,7 +22,7 @@ * @brief Optimize polymorphic Sel and Load nodes. * @author Goetz Lindenmaier, Michael Beck * @version $Id$ - * @summary + * @brief * This file subsumes optimization code from cgana. */ #ifndef FIRM_OPT_OPT_POLYMORPHY_H @@ -30,10 +30,6 @@ #include "firm_types.h" -#ifdef __cplusplus -extern "C" { -#endif - /** * Transform Sel(Alloc)[method] * to SymC[method] under the following conditions: @@ -52,10 +48,6 @@ ir_node *transform_node_Sel(ir_node *node); * a tuple, or replace the Projs of the load. * Therefore we call this optimization in ldstopt. */ -ir_node *transform_node_Load(ir_node *n); - -#ifdef __cplusplus -} -#endif +ir_node *transform_polymorph_Load(ir_node *n); #endif /* FIRM_OPT_OPT_POLYMORPHY_H */