mirror of
https://github.com/open-goal/jak-project
synced 2026-07-07 06:05:15 -04:00
[decomp] Clean up - part 2 (#687)
* temp * temp2 * basic case support * working for or without else * support more cases * clean up to drawable headers * ocean * format json
This commit is contained in:
@@ -63,7 +63,9 @@ class ObjectFileDB {
|
||||
bool print_hex);
|
||||
|
||||
void analyze_functions_ir1(const Config& config);
|
||||
void analyze_functions_ir2(const std::string& output_dir, const Config& config);
|
||||
void analyze_functions_ir2(const std::string& output_dir,
|
||||
const Config& config,
|
||||
bool skip_debug_output = false);
|
||||
void ir2_top_level_pass(const Config& config);
|
||||
void ir2_stack_spill_slot_pass();
|
||||
void ir2_basic_block_pass(const Config& config);
|
||||
|
||||
Reference in New Issue
Block a user