diff options
author | Mike Stump <mrs@apple.com> | 2009-02-13 17:23:42 +0000 |
---|---|---|
committer | Mike Stump <mrs@apple.com> | 2009-02-13 17:23:42 +0000 |
commit | f99f1d022614200f04a94f0fc5586aa2f5e6226d (patch) | |
tree | a949ba571ad639c426657ca89d6980a66ba562ea /lib/CodeGen/CodeGenModule.h | |
parent | 3ba8215d5b14fca14835076f0f40334ecc967121 (diff) |
Condense NSConcreteGlobalBlock handling.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64461 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenModule.h')
-rw-r--r-- | lib/CodeGen/CodeGenModule.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/CodeGen/CodeGenModule.h b/lib/CodeGen/CodeGenModule.h index eb9ce7dfed..4b1a06edc5 100644 --- a/lib/CodeGen/CodeGenModule.h +++ b/lib/CodeGen/CodeGenModule.h @@ -141,6 +141,8 @@ public: /// Release - Finalize LLVM code generation. void Release(); + llvm::Constant *getNSConcreteGlobalBlock(); + const llvm::Type *getBlockDescriptorType(); const llvm::Type *getGenericBlockLiteralType(); |