jak-project/decompiler/analysis/cfg_builder.h
water111 27f0a7ca44
[Decompiler] Begin expression conversion, rearrange tests (#209)
* refactor tests and analysis passes

* identity test working

* combine test categories with only a few cases

* more fixes
2021-01-23 16:32:56 -05:00

7 lines
127 B
C++

#pragma once
#include "decompiler/Function/Function.h"
namespace decompiler {
void build_initial_forms(Function& function);
}