Skip to content

Commit

Permalink
WPAPass: dump 'simple' since MSSA info no longer available
Browse files Browse the repository at this point in the history
(its lifetime is scoped to the buildSVFG() function)
  • Loading branch information
dtzWill committed Apr 25, 2017
1 parent ee5aead commit c6a453c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/WPA/WPAPass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ void WPAPass::runPointerAnalysis(llvm::Module& module, u32_t kind)
if (anderSVFG) {
SVFGBuilder memSSA(true);
SVFG *svfg = memSSA.buildSVFG((BVDataPTAImpl*)_pta);
svfg->dump("ander_svfg");
svfg->dump("ander_svfg", true /* simple */);
}
}

Expand Down

0 comments on commit c6a453c

Please sign in to comment.