[ThinLTO] Fix comment. NFC
authorEugene Leviant <eleviant@accesssoftek.com>
Mon, 19 Nov 2018 14:19:37 +0000 (14:19 +0000)
committerEugene Leviant <eleviant@accesssoftek.com>
Mon, 19 Nov 2018 14:19:37 +0000 (14:19 +0000)
llvm-svn: 347207

llvm/lib/IR/ModuleSummaryIndex.cpp

index e51d69b..46b88cd 100644 (file)
@@ -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
 //