From b2c33621e7f6a9c267d683e0f08efb9d7c1447e7 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Thu, 4 Nov 2004 09:31:35 +0000 Subject: [PATCH] Using the interface function now [r4270] --- testprograms/oo_program_example.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testprograms/oo_program_example.c b/testprograms/oo_program_example.c index a2c893056..6ef326330 100644 --- a/testprograms/oo_program_example.c +++ b/testprograms/oo_program_example.c @@ -265,7 +265,7 @@ main(void) cgana(&arr_len, &free_methods); cg_construct(arr_len, free_methods); - interprocedural_view = 1; + set_interprocedural_view(true); dump_ir_graph(main_irg, ""); dump_ir_block_graph(main_irg, ""); dump_ir_graph_w_types(main_irg, ""); -- 2.20.1