mirror of
https://github.com/open-goal/jak-project
synced 2026-06-04 02:47:17 -04:00
add config option for changing cond splitting behavior (#522)
This commit is contained in:
@@ -149,7 +149,7 @@ std::unique_ptr<FormRegressionTest::TestData> FormRegressionTest::make_function(
|
||||
// analyze function prologue/epilogue
|
||||
test->func.analyze_prologue(test->file);
|
||||
// build control flow graph
|
||||
test->func.cfg = build_cfg(test->file, 0, test->func);
|
||||
test->func.cfg = build_cfg(test->file, 0, test->func, {});
|
||||
EXPECT_TRUE(test->func.cfg->is_fully_resolved());
|
||||
if (!test->func.cfg->is_fully_resolved()) {
|
||||
fmt::print("CFG:\n{}\n", test->func.cfg->to_dot());
|
||||
|
||||
Reference in New Issue
Block a user