X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2FTEMPLATE%2FTEMPLATE_transform.h;h=b86de0ddbfd5e3dc30ce974cee13d0f8c3aff6c9;hb=c1fdf770d4d000dd5cf22daead32369342c5f5d1;hp=6e380aebbe276a970a04fd652b4d0a5c2fa1c48d;hpb=17e47394fa72025d14172a2acef2d258a067aa42;p=libfirm diff --git a/ir/be/TEMPLATE/TEMPLATE_transform.h b/ir/be/TEMPLATE/TEMPLATE_transform.h index 6e380aebb..b86de0ddb 100644 --- a/ir/be/TEMPLATE/TEMPLATE_transform.h +++ b/ir/be/TEMPLATE/TEMPLATE_transform.h @@ -1,6 +1,30 @@ -#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. + */ + +/** + * @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 void TEMPLATE_transform_node(ir_node *node, void *env); -#endif /* _TEMPLATE_TRANSFORM_H_ */ +#endif