]> granicus.if.org Git - clang/commitdiff
Initialize NSConcreteStackBlock
authorAnders Carlsson <andersca@mac.com>
Sun, 1 Mar 2009 01:17:11 +0000 (01:17 +0000)
committerAnders Carlsson <andersca@mac.com>
Sun, 1 Mar 2009 01:17:11 +0000 (01:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65749 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CodeGenModule.cpp

index a812ba9352b235f70208ec4e56a2075b41cbdf40..742923816b528687719b6620adb53754354aab75 100644 (file)
@@ -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) {