1
2
3
4
5
6 #ifndef CMAJOR_BINDER_CONTROL_FLOW_ANALYZER_INCLUDED
7 #define CMAJOR_BINDER_CONTROL_FLOW_ANALYZER_INCLUDED
8 #include <cmajor/binder/BinderApi.hpp>
9
10 namespace cmajor { namespace binder {
11
12 class BoundCompileUnit;
13
14 void AnalyzeControlFlow(BoundCompileUnit& boundCompileUUnit);
15
16 } }
17
18 #endif // CMAJOR_BINDER_CONTROL_FLOW_ANALYZER_INCLUDED