removed makro calls, dokumentation
[libfirm] / ir / tv / tv.h
index 7b9b6c8..a90f182 100644 (file)
@@ -221,7 +221,8 @@ int tarval_is_double(tarval *tv);
 tarval *new_tarval_from_entity (entity *ent, ir_mode *mode);
 
 /**
- * Returns the associated entity of a tarval.
+ * Returns the associated entity of a tarval.  Asserts if tarval does not
+ * contain an entity.
  */
 #define get_tarval_entity tarval_to_entity
 entity *tarval_to_entity(tarval *tv);
@@ -466,7 +467,7 @@ typedef enum {
 
 /**
  * This structure contains helper information to format the output
- * of a tarval of an mode.
+ * of a tarval of a mode.
  */
 typedef struct tarval_mode_info {
     tv_output_mode mode_output;                /**< if != TVO_NATIVE select a special mode */