X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fopt%2Fopt_polymorphy.h;h=05e1df3b88107afee6fd2f31cada4dea56de41b6;hb=1a4bb21b7aa32f0bcd282d4c1cdb144aca601fa9;hp=bfe11c14bc6535cca17e9d255525d47da43e287f;hpb=1ec30d95387eb392ba5a1adc7958ebd91383d59c;p=libfirm diff --git a/ir/opt/opt_polymorphy.h b/ir/opt/opt_polymorphy.h index bfe11c14b..05e1df3b8 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. * @@ -48,6 +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); +ir_node *transform_polymorph_Load(ir_node *n); #endif /* FIRM_OPT_OPT_POLYMORPHY_H */