fixed shadow grouping
This commit is contained in:
@@ -1673,7 +1673,7 @@ void GroupShadow(const map<string, vector<FuncInfo*>>& allFuncs,
|
||||
|
||||
SgStatement* func = currF->funcPointer->GetOriginal();
|
||||
|
||||
const auto settings = CFG_Settings({ CFG_Settings::CFG_atLeastOneIterInLoop, CFG_Settings::CFG_withSPF,
|
||||
const auto settings = CFG_Settings({ CFG_Settings::CFG_atLeastOneIterInLoop, CFG_Settings::CFG_withDVM,
|
||||
CFG_Settings::CFG_withCallsInBlocks, CFG_Settings::CFG_withUnreachable });
|
||||
auto cfg = buildCFGforCurrentFunc(func, settings, commonBlocks, allFuncs);
|
||||
if (cfg.size() != 1)
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#pragma once
|
||||
|
||||
#define VERSION_SPF "2463"
|
||||
#define VERSION_SPF "2464"
|
||||
|
||||
Reference in New Issue
Block a user