don't compare attributes but their addresses
[libfirm] / ir / ir / irphase_t.h
index 2df6f34..5ff525a 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.
  *
@@ -70,7 +70,7 @@ struct _ir_phase {
  */
 typedef struct {
        unsigned node_slots;       /**< The number of allocated node slots. */
-       unsigned node_slots_used;  /**< The number of used node slots, ie. nodes that have node data. */
+       unsigned node_slots_used;  /**< The number of used node slots, i.e. nodes that have node data. */
        unsigned node_map_bytes;   /**< Number of used bytes for the node map. */
        unsigned overall_bytes;    /**< Overall number of used bytes for the phase. */
 } phase_stat_t;