X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firedges_t.h;h=b0afdce27998332abb90c5cda952da41dbf55266;hb=f600524c363556c785b85c0dff8792d04f73e252;hp=4fc592091b715ac235d7a06a2dc1ab8ba24e75ef;hpb=eb08138c6b80c169945568e4414f491a9bc20388;p=libfirm diff --git a/ir/ir/iredges_t.h b/ir/ir/iredges_t.h index 4fc592091..b0afdce27 100644 --- a/ir/ir/iredges_t.h +++ b/ir/ir/iredges_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. * @@ -17,25 +17,15 @@ * PURPOSE. */ -/* - * Project: libFIRM - * File name: ir/ir/iredges_t.h - * Purpose: Everlasting outs -- private header. - * Author: Sebastian Hack - * Modified by: Andreas Schoesser - * Created: 15.01.2005 - * CVS-ID: $Id$ - * Copyright: (c) 1998-2005 Universit�t Karlsruhe - */ - /** - * everlasting outs. - * @author Sebastian Hack - * @date 15.1.2005 + * @file + * @brief Everlasting outs -- private header. + * @author Sebastian Hack, Andreas Schoesser + * @date 15.01.2005 + * @version $Id$ */ - -#ifndef _FIRM_EDGES_T_H -#define _FIRM_EDGES_T_H +#ifndef FIRM_IR_EDGES_T_H +#define FIRM_IR_EDGES_T_H #include "firm_config.h" #include "debug.h" @@ -221,6 +211,4 @@ void edges_invalidate_all(ir_node *irn, ir_graph *irg); #define get_block_succ_next(irn, last) _get_irn_out_edge_next(irn, last) #endif - - -#endif /* _FIRM_EDGES_T_H */ +#endif