Replace unreachable() with assert(false)

This commit is contained in:
2025-04-20 11:20:04 +02:00
parent c99237fd9c
commit 09ad85b058
7 changed files with 104 additions and 25 deletions

View File

@ -73,8 +73,6 @@ namespace elna::gcc
declare_builtin_type(symbol_table, "Float", elna_float_type_node);
declare_builtin_type(symbol_table, "String", elna_string_type_node);
symbol_table->enter("unreachable", *elna_global_decls->get("__builtin_unreachable"));
return symbol_table;
}
}