summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGBlocks.h
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2009-03-06 02:45:21 +0000
committerMike Stump <mrs@apple.com>2009-03-06 02:45:21 +0000
commit846bf9a797b5caeb8a0f6cd43454a2ced437d03a (patch)
tree46ac31eb1ac0070cfad9de14a7a82b788ec469eb /clang/lib/CodeGen/CGBlocks.h
parent1424861a62accd8e873a82a9c26b3fed625bb2ef (diff)
downloadbcm5719-llvm-846bf9a797b5caeb8a0f6cd43454a2ced437d03a.tar.gz
bcm5719-llvm-846bf9a797b5caeb8a0f6cd43454a2ced437d03a.zip
Remove extra arg.
llvm-svn: 66243
Diffstat (limited to 'clang/lib/CodeGen/CGBlocks.h')
-rw-r--r--clang/lib/CodeGen/CGBlocks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGBlocks.h b/clang/lib/CodeGen/CGBlocks.h
index adcb4af0d1f..a34e1022169 100644
--- a/clang/lib/CodeGen/CGBlocks.h
+++ b/clang/lib/CodeGen/CGBlocks.h
@@ -170,7 +170,7 @@ public:
llvm::Constant *BuildbyrefDestroyHelper(int flag);
llvm::Value *getBlockObjectDispose();
- void BuildBlockRelease(const VarDecl &D, llvm::Value *DeclPtr);
+ void BuildBlockRelease(llvm::Value *DeclPtr);
bool BlockRequiresCopying(QualType Ty) {
if (Ty->isBlockPointerType())
OpenPOWER on IntegriCloud