Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yuleisui committed Sep 21, 2019
1 parent c80293c commit 878c3b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/MemoryModel/PointerAnalysis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,6 @@ void BVDataPTAImpl::writeToFile(const string& filename) {
}

// Write GepPAGNodes to file
NodeID firstGepObjNode = 0;
for (auto it = pag->begin(), ie = pag->end(); it != ie; ++it) {
PAGNode* pagNode = it->second;
if (GepObjPN *gepObjPN = SVFUtil::dyn_cast<GepObjPN>(pagNode)) {
Expand Down

0 comments on commit 878c3b1

Please sign in to comment.