diff options
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 // |