From 1cdc9e859b24d35e8fc7aeaee65c76ae15b699ce Mon Sep 17 00:00:00 2001 From: Julian Oppermann Date: Mon, 14 Mar 2011 14:35:32 +0100 Subject: [PATCH] Disabled broken check on the inheritance representation. --- ir/tr/trverify.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ir/tr/trverify.c b/ir/tr/trverify.c index 1be5f19ce..05d57a011 100644 --- a/ir/tr/trverify.c +++ b/ir/tr/trverify.c @@ -178,6 +178,7 @@ static int check_class(ir_type *tp) show_ent_overwrite_cnt(mem) ); +#if 0 for (j = 0, m = get_entity_n_overwrites(mem); j < m; ++j) { ir_entity *ovw = get_entity_overwrites(mem, j); size_t k, n_super; @@ -196,6 +197,8 @@ static int check_class(ir_type *tp) } } } +#endif + } return 0; } -- 2.20.1