From 6bf2544ffcadec8069d940092923bd3e2b46a5ec Mon Sep 17 00:00:00 2001 From: =?utf8?q?Christian=20Sch=C3=A4fer?= Date: Thu, 6 Jul 2000 14:37:20 +0000 Subject: [PATCH] *** empty log message *** [r36] --- testprograms/oo_program_example.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testprograms/oo_program_example.c b/testprograms/oo_program_example.c index def051e50..7bd6f99ea 100644 --- a/testprograms/oo_program_example.c +++ b/testprograms/oo_program_example.c @@ -137,7 +137,7 @@ main(void) mature_block (main_irg->end_block); printf("\nDone building the graph.\n"); - vrfy_graph(main_irg); + irg_vrfy(main_irg); printf("Dumping the graph and a type graph.\n"); dump_ir_block_graph (main_irg); dump_type_graph(main_irg); @@ -168,7 +168,7 @@ main(void) mature_block (set_a_irg->end_block); printf("\nDone building the graph.\n"); - vrfy_graph(set_a_irg); + irg_vrfy(set_a_irg); printf("Dumping the graph and a type graph.\n"); dump_ir_block_graph (set_a_irg); dump_type_graph(set_a_irg); -- 2.20.1