7 lines
217 B
C++
7 lines
217 B
C++
#pragma once
|
|
|
|
#include "../../GraphLoop/graph_loops.h"
|
|
#include "../../CFGraph/CFGraph.h"
|
|
|
|
void moveOperators(SgFile* file, const std::map<FuncInfo*, std::vector<SAPFOR::BasicBlock*>>& FullIR, int& countOfTransform);
|