[ThinLTO] Fix comment. NFC

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@347207 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eugene Leviant
2018-11-19 14:19:37 +00:00
parent 40cd741960
commit e6d82b3e05
+1 -1
View 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
//