From: Anders Carlsson Date: Sun, 1 Mar 2009 01:17:11 +0000 (+0000) Subject: Initialize NSConcreteStackBlock X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=22c818aa988b7e0750716ca869e8757586da65b6;p=clang Initialize NSConcreteStackBlock git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65749 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CodeGenModule.cpp b/lib/CodeGen/CodeGenModule.cpp index a812ba9352..742923816b 100644 --- a/lib/CodeGen/CodeGenModule.cpp +++ b/lib/CodeGen/CodeGenModule.cpp @@ -36,8 +36,8 @@ CodeGenModule::CodeGenModule(ASTContext &C, const LangOptions &LO, Diagnostic &diags, bool GenerateDebugInfo) : 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), GenericBlockLiteralType(0) { + CFConstantStringClassRef(0), NSConcreteGlobalBlock(0), + NSConcreteStackBlock(0),BlockDescriptorType(0), GenericBlockLiteralType(0) { if (Features.ObjC1) { if (Features.NeXTRuntime) {