mirror of
https://github.com/open-goal/jak-project
synced 2026-05-23 06:54:31 -04:00
add config option for changing cond splitting behavior (#522)
This commit is contained in:
@@ -717,7 +717,7 @@ void ObjectFileDB::analyze_functions_ir1(const Config& config) {
|
||||
// run analysis
|
||||
|
||||
// build a control flow graph, just looking at branch instructions.
|
||||
func.cfg = build_cfg(data.linked_data, segment_id, func);
|
||||
func.cfg = build_cfg(data.linked_data, segment_id, func, {});
|
||||
|
||||
// convert individual basic blocks to sequences of IR Basic Ops
|
||||
for (auto& block : func.basic_blocks) {
|
||||
|
||||
Reference in New Issue
Block a user