Pass with output file added
This commit is contained in:
@@ -7,8 +7,9 @@
|
||||
#include "swapOperators.h"
|
||||
|
||||
|
||||
void runSwapOperators(std::map<std::string, std::vector<LoopGraph*>>& loopGraph, std::map<FuncInfo*, std::vector<SAPFOR::BasicBlock*>>& FullIR)
|
||||
void runSwapOperators(std::map<std::string, std::vector<LoopGraph*>>& loopGraph, std::map<FuncInfo*, std::vector<SAPFOR::BasicBlock*>>& FullIR, int& countOfTransform)
|
||||
{
|
||||
std::cout << "SWAP_OPERATORS Pass" << std::endl;
|
||||
countOfTransform += 1;
|
||||
return;
|
||||
};
|
||||
Reference in New Issue
Block a user