diff options
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | lib/CodeGen/CodeGenFunction.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index 5888055aed..ff505856f5 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/lib/CodeGen/CodeGenFunction.h @@ -88,6 +88,9 @@ public: const llvm::Type *LLVMIntTy; uint32_t LLVMPointerWidth; + llvm::Constant *BuildBlockLiteralTmp(); + llvm::Constant *BuildDescriptorBlockDecl(); + public: /// ObjCEHValueStack - Stack of Objective-C exception values, used for /// rethrows. |