Initialize NSConcreteStackBlock

llvm-svn: 65749
This commit is contained in:
Anders Carlsson 2009-03-01 01:17:11 +00:00
parent 242d91a476
commit 655129990a
1 changed files with 2 additions and 2 deletions

View 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) {