Fix issues with exact integer bounds and remove dead code

This commit is contained in:
gingerBill
2018-05-13 17:38:35 +01:00
parent de9a4b5164
commit e597a8d72e
10 changed files with 85 additions and 43 deletions

View File

@@ -1085,7 +1085,7 @@ bool is_type_polymorphic(Type *t) {
bool type_has_undef(Type *t) {
t = base_type(t);
// t = base_type(t);
return true;
}