mirror of
https://github.com/open-goal/jak-project
synced 2026-08-10 11:14:50 -04:00
fix cond with else that is empty bug (#470)
This commit is contained in:
@@ -153,6 +153,8 @@ std::unique_ptr<FormRegressionTest::TestData> FormRegressionTest::make_function(
|
||||
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());
|
||||
} else {
|
||||
test->func.cfg_ok = true;
|
||||
}
|
||||
|
||||
// find stack spill slots
|
||||
|
||||
Reference in New Issue
Block a user