summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@mac.com>2009-03-01 01:17:11 +0000
committerAnders Carlsson <andersca@mac.com>2009-03-01 01:17:11 +0000
commit655129990a33cc66067b6f9b692f9c1ed3573580 (patch)
tree1ae67778671c8efcc36e705d31a5476649c0ff6e /clang/lib/CodeGen/CodeGenModule.cpp
parent242d91a476c98a1127a8e1d56278096ad48e46d0 (diff)
downloadbcm5719-llvm-655129990a33cc66067b6f9b692f9c1ed3573580.tar.gz
bcm5719-llvm-655129990a33cc66067b6f9b692f9c1ed3573580.zip
Initialize NSConcreteStackBlock
llvm-svn: 65749
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
-rw-r--r--clang/lib/CodeGen/CodeGenModule.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.cpp b/clang/lib/CodeGen/CodeGenModule.cpp
index a812ba9352b..742923816b5 100644
--- a/clang/lib/CodeGen/CodeGenModule.cpp
+++ b/clang/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) {
OpenPOWER on IntegriCloud