summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.h
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2009-02-13 15:25:34 +0000
committerMike Stump <mrs@apple.com>2009-02-13 15:25:34 +0000
commit005c9a62b58ad7c6c6d5bf14bc0de0b41f8d5de5 (patch)
treea4b4f2fdb059b673883ae70f0c47feb2f3a7330e /clang/lib/CodeGen/CodeGenModule.h
parent650c932d8046822f1c1f6f871aa3c4a1b92aec50 (diff)
downloadbcm5719-llvm-005c9a62b58ad7c6c6d5bf14bc0de0b41f8d5de5.tar.gz
bcm5719-llvm-005c9a62b58ad7c6c6d5bf14bc0de0b41f8d5de5.zip
Move GenericBlockLiteralType into CGM.
llvm-svn: 64452
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
-rw-r--r--clang/lib/CodeGen/CodeGenModule.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h
index c484264e3d5..eb9ce7dfed8 100644
--- a/clang/lib/CodeGen/CodeGenModule.h
+++ b/clang/lib/CodeGen/CodeGenModule.h
@@ -128,6 +128,7 @@ class CodeGenModule {
llvm::Constant *NSConcreteGlobalBlock;
const llvm::Type *BlockDescriptorType;
+ const llvm::Type * GenericBlockLiteralType;
std::vector<llvm::Function *> BuiltinFunctions;
public:
@@ -142,6 +143,8 @@ public:
const llvm::Type *getBlockDescriptorType();
+ const llvm::Type *getGenericBlockLiteralType();
+
/// getObjCRuntime() - Return a reference to the configured
/// Objective-C runtime.
CGObjCRuntime &getObjCRuntime() {
OpenPOWER on IntegriCloud