diff options
author | Eugene Leviant <eleviant@accesssoftek.com> | 2018-11-19 14:19:37 +0000 |
---|---|---|
committer | Eugene Leviant <eleviant@accesssoftek.com> | 2018-11-19 14:19:37 +0000 |
commit | 0c7460ad057391cae264d405068a70212d770965 (patch) | |
tree | 50c4225148ea994836434ab36024de6b2dfffacc /llvm/lib/IR/ModuleSummaryIndex.cpp | |
parent | 3fa76bd08f8f28d3e444460b3e7018e5caf52595 (diff) | |
download | bcm5719-llvm-0c7460ad057391cae264d405068a70212d770965.tar.gz bcm5719-llvm-0c7460ad057391cae264d405068a70212d770965.zip |
[ThinLTO] Fix comment. NFC
llvm-svn: 347207
Diffstat (limited to 'llvm/lib/IR/ModuleSummaryIndex.cpp')
-rw-r--r-- | llvm/lib/IR/ModuleSummaryIndex.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/IR/ModuleSummaryIndex.cpp b/llvm/lib/IR/ModuleSummaryIndex.cpp index e51d69bac89..46b88cd3177 100644 --- a/llvm/lib/IR/ModuleSummaryIndex.cpp +++ b/llvm/lib/IR/ModuleSummaryIndex.cpp @@ -136,7 +136,7 @@ static void propagateConstantsToRefs(GlobalValueSummary *S) { // - After computing dead symbols in combined index we do the constant // propagation. During this step we clear readonly attribute from // all variables which: -// a. are dead, preserved or can't be imported +// a. are preserved or can't be imported // b. referenced by any global variable initializer // c. referenced by a function and reference is not readonly // |