fixed, vesion updated

This commit is contained in:
ALEXks
2024-03-26 16:36:01 +03:00
parent 5c83e36a62
commit 1326c5e09d
2 changed files with 1 additions and 4 deletions

View File

@@ -382,9 +382,6 @@ void loopAnalyzerNoDist(SgFile* file, vector<ParallelRegion*>& regions, map<tupl
funcName = funcH->symbol()->identifier(); funcName = funcH->symbol()->identifier();
} }
if (funcName == string("interp"))
int a = 0;
vector<LoopGraph*> loopsForFunction; vector<LoopGraph*> loopsForFunction;
for (auto& loop : *loopGraph) for (auto& loop : *loopGraph)
{ {

View File

@@ -1,3 +1,3 @@
#pragma once #pragma once
#define VERSION_SPF "2293" #define VERSION_SPF "2294"