From: Götz Lindenmaier Date: Thu, 16 Oct 2003 12:03:54 +0000 (+0000) Subject: comment` X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=9cb1e573f545b53d927b6ce7c20629581776b587;p=libfirm comment` [r1926] --- diff --git a/ir/tv/tv.h b/ir/tv/tv.h index 2c8b95df4..a90f1826d 100644 --- a/ir/tv/tv.h +++ b/ir/tv/tv.h @@ -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);