X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=ir%2Fir%2Firgopt_t.h;h=1e498051c561023d5354359feaea7baf88f2c560;hb=203717b8dd44597fb10c126b33a28528a2432e9c;hp=cadc1d046b7b1f9e66fb11b399985ef83a4346f4;hpb=1b1d1dbb1c06d7cca997b9457ade12f00e8f2255;p=libfirm diff --git a/ir/ir/irgopt_t.h b/ir/ir/irgopt_t.h index cadc1d046..1e498051c 100644 --- a/ir/ir/irgopt_t.h +++ b/ir/ir/irgopt_t.h @@ -1,2 +1,30 @@ +/* + * Copyright (C) 1995-2007 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 copy_node (ir_node *n, void *env); +/** + * @file + * @brief Internal irgopt functions. + * @version $Id$ + */ +#ifndef FIRM_IR_IRGOPT_T_H +#define FIRM_IR_IRGOPT_T_H + +void firm_copy_node (ir_node *n, void *env); + +#endif