diff options
Diffstat (limited to 'clang/lib/CodeGen/CGBlocks.h')
-rw-r--r-- | clang/lib/CodeGen/CGBlocks.h | 2 |
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()) |