X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firgopt_t.h;h=692933d0e9148a093828a22bffaf79073ebed29a;hb=ab0e5a91b4acdb44ae152930042cbfa9e927bcdd;hp=996acfcac4b05e0a3237c13a3834d0ea83f9f7bb;hpb=eb08138c6b80c169945568e4414f491a9bc20388;p=libfirm diff --git a/ir/ir/irgopt_t.h b/ir/ir/irgopt_t.h index 996acfcac..692933d0e 100644 --- a/ir/ir/irgopt_t.h +++ b/ir/ir/irgopt_t.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. + * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. * * This file is part of libFirm. * @@ -18,14 +18,13 @@ */ /** - * Internal irgopt functions. + * @file + * @brief Internal irgopt functions. + * @version $Id$ */ +#ifndef FIRM_IR_IRGOPT_T_H +#define FIRM_IR_IRGOPT_T_H -#ifndef _IRGOPT_T_H -#define _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