diff options
author | Chad Rosier <mcrosier@apple.com> | 2012-02-18 01:20:35 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2012-02-18 01:20:35 +0000 |
commit | 7acebfb71f16a8bb15add402ab915d23c64d912f (patch) | |
tree | 9dfc7eb2423c4eac309164e7e5985e764131613a /lib/CodeGen | |
parent | 7ff0c5d30d365ba5d4f08e1d2fcea0370b21699b (diff) |
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150859 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r-- | lib/CodeGen/CGDecl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CGDecl.cpp b/lib/CodeGen/CGDecl.cpp index 57425668ff..83d74106f3 100644 --- a/lib/CodeGen/CGDecl.cpp +++ b/lib/CodeGen/CGDecl.cpp @@ -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. } } |