remove old ir1 code (#1287)

This commit is contained in:
water111
2022-04-09 11:46:56 -04:00
committed by GitHub
parent 2d32d2aba5
commit f341be65e9
19 changed files with 2 additions and 5025 deletions
-7
View File
@@ -155,13 +155,6 @@ int main(int argc, char** argv) {
config.write_hex_near_instructions);
}
// regenerate all-types if needed
if (config.regenerate_all_types) {
db.analyze_functions_ir1(config);
file_util::write_text_file(file_util::combine_path(out_folder, "type_defs.gc"),
db.all_type_defs);
}
// main decompile.
if (config.decompile_code) {
db.analyze_functions_ir2(out_folder, config, {});