diff options
author | Mike Stump <mrs@apple.com> | 2009-02-13 16:19:19 +0000 |
---|---|---|
committer | Mike Stump <mrs@apple.com> | 2009-02-13 16:19:19 +0000 |
commit | e5fee25e71266712522cff554f25c59b3078a429 (patch) | |
tree | dd20d9442f0320de0d38d35b4fabb437a88188f4 /lib/CodeGen/CodeGenFunction.h | |
parent | 7cbb3608a7c28a7fb285fdc7f44060c5c175c8a0 (diff) |
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
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. |