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