X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firgopt_t.h;h=073aceac11c6a89323087435fa5985ebe3abf8ae;hb=eda9d668d0e8c8246015b4c5e743316a6a835a23;hp=e2446f9786aa494dbb94180ae7e32d1a763add95;hpb=9e6d3b124e077fae5d6f1d1a59804a830fe7f93b;p=libfirm diff --git a/ir/ir/irgopt_t.h b/ir/ir/irgopt_t.h index e2446f978..073aceac1 100644 --- a/ir/ir/irgopt_t.h +++ b/ir/ir/irgopt_t.h @@ -1,10 +1,32 @@ -/** - * 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