mirror of
https://github.com/open-goal/jak-project
synced 2026-07-12 07:38:53 -04:00
[Decompiler] Remove most IR1 Analysis (#207)
* temp * remove some of ir1
This commit is contained in:
@@ -70,12 +70,6 @@ int main(int argc, char** argv) {
|
||||
if (get_config().write_disassembly) {
|
||||
db.write_disassembly(out_folder, get_config().disassemble_objects_without_functions,
|
||||
get_config().write_func_json);
|
||||
db.write_debug_type_analysis(out_folder);
|
||||
}
|
||||
|
||||
if (get_config().analyze_expressions) {
|
||||
db.analyze_expressions();
|
||||
db.write_disassembly(out_folder, false, false, "_expr");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user