mirror of
https://github.com/RPCS3/llvm.git
synced 2026-07-20 19:04:10 -04:00
[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:
@@ -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
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user