X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firphase_t.h;h=5ff525af73697bb750846676e88fda1cb5db5cc9;hb=26baaebd4406b34b8b04ef441d4e45e23c10a747;hp=594ab1f0958f7eb28ba86d90a90a787d4ecfe2ef;hpb=1ce363f80e6a204d4011f85813362d9bd1d0e7e4;p=libfirm diff --git a/ir/ir/irphase_t.h b/ir/ir/irphase_t.h index 594ab1f09..5ff525af7 100644 --- a/ir/ir/irphase_t.h +++ b/ir/ir/irphase_t.h @@ -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;