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