summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.h
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2009-02-19 01:01:04 +0000
committerMike Stump <mrs@apple.com>2009-02-19 01:01:04 +0000
commit5d2534ada7b523ca603bfc543f6b3358e69aeab4 (patch)
tree7ed795d02f1f474011bcd7aa9a372c239c057ce5 /clang/lib/CodeGen/CodeGenModule.h
parent0f3dd9a86bf34ae02f9dece0ff0966a91a2de8bd (diff)
downloadbcm5719-llvm-5d2534ada7b523ca603bfc543f6b3358e69aeab4.tar.gz
bcm5719-llvm-5d2534ada7b523ca603bfc543f6b3358e69aeab4.zip
More codegen for blocks. The type of block literals should be better.
The size calculation is improved. llvm-svn: 64994
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
-rw-r--r--clang/lib/CodeGen/CodeGenModule.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h
index 24453ccadc7..b7d3aa9f38e 100644
--- a/clang/lib/CodeGen/CodeGenModule.h
+++ b/clang/lib/CodeGen/CodeGenModule.h
@@ -145,6 +145,7 @@ class CodeGenModule {
const llvm::Type *BlockDescriptorType;
const llvm::Type *GenericBlockLiteralType;
+ const llvm::Type *GenericExtendedBlockLiteralType;
struct {
int GlobalUniqueCount;
} Block;
@@ -166,6 +167,7 @@ public:
const llvm::Type *getBlockDescriptorType();
const llvm::Type *getGenericBlockLiteralType();
+ const llvm::Type *getGenericExtendedBlockLiteralType();
/// getObjCRuntime() - Return a reference to the configured
/// Objective-C runtime.
OpenPOWER on IntegriCloud