forked from OSchip/llvm-project
parent
a37d672da9
commit
769bff18be
|
@ -438,7 +438,7 @@ StackSafetyDataFlowAnalysis::StackSafetyDataFlowAnalysis(
|
|||
Functions.emplace(&F, FI(F));
|
||||
for (auto &A : M.aliases())
|
||||
if (isa<Function>(A.getBaseObject()))
|
||||
Functions.emplace(&A, &A);
|
||||
Functions.emplace(&A, StackSafetyInfo::FunctionInfo(&A));
|
||||
}
|
||||
|
||||
ConstantRange
|
||||
|
|
Loading…
Reference in New Issue