Files
jak-project/decompiler/IR2/cfg_builder.h
T
water111 d6bbca5620 [Decompiler] IR2 form implementation (#197)
* begin ir2 form implementation

* temp

* small fixes

* fix test
2021-01-17 18:08:18 -05:00

7 lines
127 B
C++

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