mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
[stack-safety] Update comment
llvm-svn: 347626
This commit is contained in:
parent
c4175726e3
commit
5b6a5822b6
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user