added inductive variables and loop type to LoopGraph
This commit is contained in:
@@ -1035,7 +1035,7 @@ int splitLoops(SgFile *file, vector<LoopGraph*> &loopGraphs, vector<Messages> &m
|
||||
|
||||
for (auto &loopPair : mapLoopGraph)
|
||||
{
|
||||
if (!loopPair.second->isFor)
|
||||
if (!loopPair.second->isFor())
|
||||
continue;
|
||||
|
||||
LoopGraph *loop = loopPair.second;
|
||||
|
||||
Reference in New Issue
Block a user