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 | 1d9cdb6c42088937bcd306124350a0605bde0bc8 (patch) | |
tree | 9170e5c15976e540ad06a55d8ab2e711ebaafbbf | |
parent | 1c3785aae92b3c4d242ff1538eba1f4430395d25 (diff) | |
download | bcm5719-llvm-1d9cdb6c42088937bcd306124350a0605bde0bc8.tar.gz bcm5719-llvm-1d9cdb6c42088937bcd306124350a0605bde0bc8.zip |
Fix comment.
llvm-svn: 150859
-rw-r--r-- | clang/lib/CodeGen/CGDecl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGDecl.cpp b/clang/lib/CodeGen/CGDecl.cpp index 57425668ff7..83d74106f3b 100644 --- a/clang/lib/CodeGen/CGDecl.cpp +++ b/clang/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. } } |