Condense all the blocks code into CGBlocks.cpp.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64457 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h
index 5888055..ff50585 100644
--- a/lib/CodeGen/CodeGenFunction.h
+++ b/lib/CodeGen/CodeGenFunction.h
@@ -88,6 +88,9 @@
const llvm::Type *LLVMIntTy;
uint32_t LLVMPointerWidth;
+ llvm::Constant *BuildBlockLiteralTmp();
+ llvm::Constant *BuildDescriptorBlockDecl();
+
public:
/// ObjCEHValueStack - Stack of Objective-C exception values, used for
/// rethrows.