[llvm] r347207 - [ThinLTO] Fix comment. NFC
Eugene Leviant via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 19 06:19:37 PST 2018
Author: evgeny777
Date: Mon Nov 19 06:19:37 2018
New Revision: 347207
URL: http://llvm.org/viewvc/llvm-project?rev=347207&view=rev
Log:
[ThinLTO] Fix comment. NFC
Modified:
llvm/trunk/lib/IR/ModuleSummaryIndex.cpp
Modified: llvm/trunk/lib/IR/ModuleSummaryIndex.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/IR/ModuleSummaryIndex.cpp?rev=347207&r1=347206&r2=347207&view=diff
==============================================================================
--- llvm/trunk/lib/IR/ModuleSummaryIndex.cpp (original)
+++ llvm/trunk/lib/IR/ModuleSummaryIndex.cpp Mon Nov 19 06:19:37 2018
@@ -136,7 +136,7 @@ static void propagateConstantsToRefs(Glo
// - 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
//
More information about the llvm-commits
mailing list