зеркало из https://github.com/microsoft/clang-1.git
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150859 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
7ff0c5d30d
Коммит
7acebfb71f
|
@ -1521,7 +1521,7 @@ void CodeGenFunction::EmitParmDecl(const VarDecl &D, llvm::Value *Arg,
|
|||
|
||||
if (lt == Qualifiers::OCL_Weak) {
|
||||
EmitARCInitWeak(DeclPtr, Arg);
|
||||
doStore = false; // The weak init is a store, no need to do two
|
||||
doStore = false; // The weak init is a store, no need to do two.
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче