From: Götz Lindenmaier Date: Fri, 26 Apr 2002 12:15:32 +0000 (+0000) Subject: Added new constructor X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=7739e8cef9fd640f7d74924cd16192a0539cd70f;p=libfirm Added new constructor [r384] --- diff --git a/ir/tv/tv.h b/ir/tv/tv.h index 23b6a00c6..3e07809a9 100644 --- a/ir/tv/tv.h +++ b/ir/tv/tv.h @@ -115,10 +115,12 @@ tarval *tarval_B_from_str (const char *, size_t); tarval *tarval_d_from_str (const char *, size_t); tarval *tarval_s_from_str (const char *, size_t); tarval *tarval_S_from_str (const char *, size_t); +tarval *tarval_int_from_str (const char *, size_t, int base, ir_mode *m); tarval *tarval_from_long (ir_mode *, long); + tarval *tarval_p_from_str (const char *); -/* The tarval represents the address of the entity. As the address must be constant - the entity must have as owner the global type. */ +/* The tarval represents the address of the entity. As the address must + be constant the entity must have as owner the global type. */ tarval *tarval_p_from_entity (entity *); tarval *tarval_convert_to (tarval *, ir_mode *);