Sort.
[libfirm] / ir / be / ia32 / ia32_dbg_stat.h
index 3e15159..ca36770 100644 (file)
@@ -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.
  *
  */
 
 /**
- * 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"
  * 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)                               \
        } 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
  */
                __dbg_info_merge_pair(nadd, lea, dbg_backend);           \
        } while(0)
 
-#endif /* _IA32_DBG_STAT_H_ */
+#endif /* FIRM_BE_IA32_IA32_DBG_STAT_H */