comment`
authorGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Thu, 16 Oct 2003 12:03:54 +0000 (12:03 +0000)
committerGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Thu, 16 Oct 2003 12:03:54 +0000 (12:03 +0000)
[r1926]

ir/tv/tv.h

index 2c8b95d..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);