X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fia32%2Fia32_dbg_stat.h;h=ca367707879f8a2d6d118881fff069a77eb07a61;hb=3f807bf48426a29da4129ff29c44a4b4690c45f6;hp=3e15159fdd1d22b8663ecdc2ec1398599e9685f4;hpb=4d5c3365a58cba59993045a9e08e686d8ae079a7;p=libfirm diff --git a/ir/be/ia32/ia32_dbg_stat.h b/ir/be/ia32/ia32_dbg_stat.h index 3e15159fd..ca3677078 100644 --- a/ir/be/ia32/ia32_dbg_stat.h +++ b/ir/be/ia32/ia32_dbg_stat.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,12 +18,13 @@ */ /** - * 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" @@ -149,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) \ @@ -172,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 */ @@ -229,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 */