X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=ir%2Fbe%2FTEMPLATE%2FTEMPLATE_transform.h;h=33611370238d15723d3958b9e23fc39592b93d42;hb=10e58f9669ea6c77e82bd3bc12c4ac5bbaa6bb15;hp=6e380aebbe276a970a04fd652b4d0a5c2fa1c48d;hpb=863d31d7a5c8210432fef88b30fc3e8353131538;p=libfirm diff --git a/ir/be/TEMPLATE/TEMPLATE_transform.h b/ir/be/TEMPLATE/TEMPLATE_transform.h index 6e380aebb..336113702 100644 --- a/ir/be/TEMPLATE/TEMPLATE_transform.h +++ b/ir/be/TEMPLATE/TEMPLATE_transform.h @@ -1,6 +1,32 @@ -#ifndef _TEMPLATE_TRANSFORM_H_ -#define _TEMPLATE_TRANSFORM_H_ +/* + * Copyright (C) 1995-2008 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. + */ -void TEMPLATE_transform_node(ir_node *node, void *env); +/** + * @file + * @brief declaration for the transform function (code selection) + * @version $Id$ + */ +#ifndef FIRM_BE_TEMPLATE_TEMPLATE_TRANSFORM_H +#define FIRM_BE_TEMPLATE_TEMPLATE_TRANSFORM_H -#endif /* _TEMPLATE_TRANSFORM_H_ */ +void TEMPLATE_init_transform(void); + +void TEMPLATE_transform_graph(ir_graph *irg); + +#endif