commit | 846bf9a797b5caeb8a0f6cd43454a2ced437d03a | [log] [tgz] |
---|---|---|
author | Mike Stump <mrs@apple.com> | Fri Mar 06 02:45:21 2009 +0000 |
committer | Mike Stump <mrs@apple.com> | Fri Mar 06 02:45:21 2009 +0000 |
tree | 46ac31eb1ac0070cfad9de14a7a82b788ec469eb | |
parent | 1424861a62accd8e873a82a9c26b3fed625bb2ef [diff] [blame] |
Remove extra arg. llvm-svn: 66243
diff --git a/clang/lib/CodeGen/CGBlocks.h b/clang/lib/CodeGen/CGBlocks.h index adcb4af..a34e102 100644 --- a/clang/lib/CodeGen/CGBlocks.h +++ b/clang/lib/CodeGen/CGBlocks.h
@@ -170,7 +170,7 @@ 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())