fix codestyle
This commit is contained in:
@@ -123,7 +123,7 @@ static void SolveDataFlow(Region* DFG)
|
|||||||
|
|
||||||
map<LoopGraph*, ArrayAccessingIndexes> FindPrivateArrays(map<string, vector<LoopGraph*>> &loopGraph, map<FuncInfo*, vector<SAPFOR::BasicBlock*>>& FullIR)
|
map<LoopGraph*, ArrayAccessingIndexes> FindPrivateArrays(map<string, vector<LoopGraph*>> &loopGraph, map<FuncInfo*, vector<SAPFOR::BasicBlock*>>& FullIR)
|
||||||
{
|
{
|
||||||
map<LoopGraph*, ArrayAccessingIndexes> result;
|
map<LoopGraph*, ArrayAccessingIndexes> result;
|
||||||
for (const auto& [fileName, loops] : loopGraph)
|
for (const auto& [fileName, loops] : loopGraph)
|
||||||
{
|
{
|
||||||
SgFile::switchToFile(fileName);
|
SgFile::switchToFile(fileName);
|
||||||
|
|||||||
Reference in New Issue
Block a user