summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-02-18 01:20:35 +0000
committerChad Rosier <mcrosier@apple.com>2012-02-18 01:20:35 +0000
commit1d9cdb6c42088937bcd306124350a0605bde0bc8 (patch)
tree9170e5c15976e540ad06a55d8ab2e711ebaafbbf
parent1c3785aae92b3c4d242ff1538eba1f4430395d25 (diff)
downloadbcm5719-llvm-1d9cdb6c42088937bcd306124350a0605bde0bc8.tar.gz
bcm5719-llvm-1d9cdb6c42088937bcd306124350a0605bde0bc8.zip
Fix comment.
llvm-svn: 150859
-rw-r--r--clang/lib/CodeGen/CGDecl.cpp2
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.
}
}
OpenPOWER on IntegriCloud