Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
1cdc9e85
Commit
1cdc9e85
authored
Mar 14, 2011
by
uqxyd
Browse files
Disabled broken check on the inheritance representation.
parent
9c43c5d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/tr/trverify.c
View file @
1cdc9e85
...
...
@@ -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
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment