X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fia32%2Fia32_dbg_stat.h;h=ca367707879f8a2d6d118881fff069a77eb07a61;hb=1872920c09708b361d06c0dc9f4c1fd0a03544f5;hp=889a2ee26c33faad82632cc562fa4291555a004a;hpb=863d31d7a5c8210432fef88b30fc3e8353131538;p=libfirm diff --git a/ir/be/ia32/ia32_dbg_stat.h b/ir/be/ia32/ia32_dbg_stat.h index 889a2ee26..ca3677078 100644 --- a/ir/be/ia32/ia32_dbg_stat.h +++ b/ir/be/ia32/ia32_dbg_stat.h @@ -1,10 +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. + */ + /** - * This file contains macros to update ia32 firm statistics - * @author Christian Wuerdig - * $Id$ + * @file + * @brief This file contains macros to update ia32 firm statistics. + * @author Christian Wuerdig + * @version $Id$ */ -#ifndef _IA32_DBG_STAT_H_ -#define _IA32_DBG_STAT_H_ +#ifndef FIRM_BE_IA32_IA32_DBG_STAT_H +#define FIRM_BE_IA32_IA32_DBG_STAT_H #include "irhooks.h" #include "dbginfo_t.h" @@ -130,7 +150,7 @@ * Merge the debug info due to a destination address mode creation. * * @param load the old load - * @param store yhe old store + * @param store the old store * @param n the new op */ #define DBG_OPT_AM_D(load, store, n) \ @@ -153,7 +173,7 @@ } while(0) /** - * A Copy was created to fullfill two address code constraints + * A Copy was created to fulfill two address code constraints * * @param cpy the copy */ @@ -210,4 +230,4 @@ __dbg_info_merge_pair(nadd, lea, dbg_backend); \ } while(0) -#endif /* _IA32_DBG_STAT_H_ */ +#endif /* FIRM_BE_IA32_IA32_DBG_STAT_H */