From 9cb1e573f545b53d927b6ce7c20629581776b587 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=B6tz=20Lindenmaier?= Date: Thu, 16 Oct 2003 12:03:54 +0000 Subject: [PATCH] comment` [r1926] --- ir/tv/tv.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- 2.20.1