aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGBlocks.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CodeGen/CGBlocks.h')
-rw-r--r--lib/CodeGen/CGBlocks.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/CodeGen/CGBlocks.h b/lib/CodeGen/CGBlocks.h
index e915a512b7..5d6c089923 100644
--- a/lib/CodeGen/CGBlocks.h
+++ b/lib/CodeGen/CGBlocks.h
@@ -158,11 +158,11 @@ public:
ImplicitParamDecl *BlockStructDecl;
ImplicitParamDecl *getBlockStructDecl() { return BlockStructDecl; }
- llvm::Constant *GenerateCopyHelperFunction();
- llvm::Constant *GenerateDestroyHelperFunction();
+ llvm::Constant *GenerateCopyHelperFunction(const llvm::Type *);
+ llvm::Constant *GenerateDestroyHelperFunction(const llvm::Type *);
- llvm::Constant *BuildCopyHelper();
- llvm::Constant *BuildDestroyHelper();
+ llvm::Constant *BuildCopyHelper(const llvm::Type *);
+ llvm::Constant *BuildDestroyHelper(const llvm::Type *);
llvm::Constant *GeneratebyrefCopyHelperFunction(const llvm::Type *, int flag);
llvm::Constant *GeneratebyrefDestroyHelperFunction(const llvm::Type *T, int);