summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
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.cpp
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.cpp')
-rw-r--r--clang/lib/CodeGen/CodeGenModule.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.cpp b/clang/lib/CodeGen/CodeGenModule.cpp
index 422eb3bb7b8..53d99f07eb3 100644
--- a/clang/lib/CodeGen/CodeGenModule.cpp
+++ b/clang/lib/CodeGen/CodeGenModule.cpp
@@ -37,7 +37,7 @@ CodeGenModule::CodeGenModule(ASTContext &C, const LangOptions &LO,
: Context(C), Features(LO), TheModule(M), TheTargetData(TD), Diags(diags),
Types(C, M, TD), Runtime(0), MemCpyFn(0), MemMoveFn(0), MemSetFn(0),
CFConstantStringClassRef(0), NSConcreteGlobalBlock(0),
- BlockDescriptorType(0) {
+ BlockDescriptorType(0), GenericBlockLiteralType(0) {
if (Features.ObjC1) {
if (Features.NeXTRuntime) {
OpenPOWER on IntegriCloud