]> granicus.if.org Git - clang/commitdiff
Fix comment.
authorChad Rosier <mcrosier@apple.com>
Sat, 18 Feb 2012 01:20:35 +0000 (01:20 +0000)
committerChad Rosier <mcrosier@apple.com>
Sat, 18 Feb 2012 01:20:35 +0000 (01:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150859 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGDecl.cpp

index 57425668ff7e64e1a7eea73e2e89c4512eafc186..83d74106f3b6ab089f7a2b3b945ddd0ba1b2cd2d 100644 (file)
@@ -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.
         }
       }