fixed function prototype

This commit is contained in:
ALEXks
2026-03-20 15:49:08 +03:00
committed by Egor Mayorov
parent 0d4d2b78d8
commit 88bac54901
4 changed files with 14 additions and 37 deletions

View File

@@ -3,4 +3,4 @@
#include "../../GraphLoop/graph_loops.h"
#include "../../CFGraph/CFGraph.h"
void moveOperators(SgFile *file, std::map<std::string, std::vector<LoopGraph*>>& loopGraph, const std::map<FuncInfo*, std::vector<SAPFOR::BasicBlock*>>& FullIR, int& countOfTransform);
void moveOperators(const std::map<FuncInfo*, std::vector<SAPFOR::BasicBlock*>>& FullIR, int& countOfTransform);