X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firgopt_t.h;h=692933d0e9148a093828a22bffaf79073ebed29a;hb=8f355cb9b3d20c10f71d1b1e17cbf59a51ced83b;hp=82e286c09813cfaa59ca52d9c3569ed5266d823b;hpb=a724e745a061472ae1d83dc8d548675ca4079787;p=libfirm diff --git a/ir/ir/irgopt_t.h b/ir/ir/irgopt_t.h index 82e286c09..692933d0e 100644 --- a/ir/ir/irgopt_t.h +++ b/ir/ir/irgopt_t.h @@ -1,12 +1,30 @@ -/** - * Internal irgopt functions. +/* + * 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. */ -#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