X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firopt_dbg.h;h=3d4494893b209e85f8b4a1b55ba680e00fd09863;hb=eda9d668d0e8c8246015b4c5e743316a6a835a23;hp=7d0d5f7a13b76088b2190474d2be5c31e6cbde7d;hpb=85b21bcc33f01abb9ce8ddaa0aa06e8a4396bdd0;p=libfirm diff --git a/ir/ir/iropt_dbg.h b/ir/ir/iropt_dbg.h index 7d0d5f7a1..3d4494893 100644 --- a/ir/ir/iropt_dbg.h +++ b/ir/ir/iropt_dbg.h @@ -1,17 +1,30 @@ /* - * Project: libFIRM - * File name: ir/ir/iropt_dbg.h - * Purpose: Debug makros used in iropt. - * Author: Goetz Lindenmaier - * Modified by: - * Created: - * CVS-ID: $Id$ - * Copyright: (c) 2001-2003 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. */ -#ifndef _IROPT_DBG_H_ -#define _IROPT_DBG_H_ +/** + * @file + * @brief Debug makros used in iropt. + * @author Goetz Lindenmaier + * @version $Id$ + */ +#ifndef FIRM_IR_IROPT_DBG_H +#define FIRM_IR_IROPT_DBG_H #include "dbginfo_t.h" #include "irhooks.h" @@ -372,4 +385,4 @@ hook_merge_nodes(NULL, 0, &n, 1, HOOK_OPT_CONFIRM_E); \ } while(0) -#endif /* _IROPT_DBG_H_ */ +#endif