X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firedges.h;h=8c1da4fe906426dce9814f2ca9120966204be255;hb=cf3056ad5ceb8c9018c01e634fc5e85bb4bfd6fb;hp=88bc9e1380edf90ad49d2751155e24b5507903a2;hpb=0ac22077f4b44e51e75ac787d86479652cc210c0;p=libfirm diff --git a/ir/ir/iredges.h b/ir/ir/iredges.h index 88bc9e138..8c1da4fe9 100644 --- a/ir/ir/iredges.h +++ b/ir/ir/iredges.h @@ -1,22 +1,31 @@ /* - * Project: libFIRM - * File name: ir/ir/iredges.h - * Purpose: Public header for the automatically updating outs. - * Author: Sebastian Hack - * Created: 3.2.2005 - * CVS-ID: $Id$ - * Copyright: (c) 1998-2005 Universität Karlsruhe - * Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. + * 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. */ /** - * Public header for the automatically updating outs. - * @author Sebastian Hack - * @date 3.2.2005 + * @file + * @brief Public header for the automatically updating outs. + * @author Sebastian Hack + * @date 3.2.2005 + * @version $Id$ */ - -#ifndef _FIRM_IR_EDGES_H -#define _FIRM_IR_EDGES_H +#ifndef FIRM_IR_IREDGES_H +#define FIRM_IR_IREDGES_H #include "firm_types.h" #include "iredgekinds.h" @@ -26,13 +35,6 @@ typedef struct _ir_edge_t ir_edge_t; #endif -#if 0 -#ifndef _IR_EDGE_KIND_TYPEDEF_ -#define _IR_EDGE_KIND_TYPEDEF_ -typedef enum _ir_edge_kind_t ir_edge_kind_t; -#endif /* _IR_EDGE_KIND_TYPEDEF_ */ -#endif - /** * Get the first edge pointing to some node. * @note There is no order on out edges. First in this context only @@ -216,5 +218,4 @@ void edges_reset_private_data(ir_graph *irg, int offset, size_t size); /* End Old Interface */ /************************************************************************/ - -#endif /* _FIRM_IR_EDGES_H */ +#endif