Renamed attr.sel.ent to attr.sel.entity
[libfirm] / ir / ir / irtypes.h
index 2652e14..d99512b 100644 (file)
@@ -174,7 +174,7 @@ typedef struct {
 
 /** Sel attributes. */
 typedef struct {
-       ir_entity *ent;    /**< entity to select */
+       ir_entity *entity;    /**< entity to select */
 } sel_attr;
 
 /** Exception attributes. */