[stack-safety] Update comment

llvm-svn: 347626
This commit is contained in:
Vitaly Buka 2018-11-27 01:56:44 +00:00
parent 7792f5f145
commit 44abeb5c3c
1 changed files with 1 additions and 1 deletions

View File

@ -432,7 +432,7 @@ StackSafetyDataFlowAnalysis::StackSafetyDataFlowAnalysis(
: PointerSize(M.getDataLayout().getPointerSizeInBits()),
UnknownRange(PointerSize, true) {
// Without ThinLTO, run the local analysis for every function in the TU and
// then run the DFA and annotate allocas
// then run the DFA.
for (auto &F : M.functions())
if (!F.isDeclaration())
Functions.emplace(&F, FI(F));