From fd9a06cb49e69680bb602155e483e32fa082ed73 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Wed, 26 Feb 2003 10:29:13 +0000 Subject: [PATCH] Function name is tarval_P_from_entity() [r831] --- testprograms/const_ent_example.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testprograms/const_ent_example.c b/testprograms/const_ent_example.c index c9df09a3c..db52efb73 100644 --- a/testprograms/const_ent_example.c +++ b/testprograms/const_ent_example.c @@ -89,7 +89,7 @@ int main(int argc, char **argv) current_ir_graph = get_const_code_irg(); /* The pointer to the dispatch table is constant. */ /* The constant is the address of the given entity */ - n = new_Const(mode_P, tarval_p_from_entity(dipte)); + n = new_Const(mode_P, tarval_P_from_entity(dipte)); set_entity_variability(diptpe, constant); set_atomic_ent_value(diptpe, n); -- 2.20.1