From 10292cc239df9f78ff76ef1e4476fadead971709 Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Sun, 17 Apr 2011 06:40:15 +0000 Subject: [PATCH] Hack to turn the valgrind buildbot green, until Devang can address it properly. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129657 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/CGDebugInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CodeGen/CGDebugInfo.cpp b/lib/CodeGen/CGDebugInfo.cpp index 9743b96b40..10ef6d8b31 100644 --- a/lib/CodeGen/CGDebugInfo.cpp +++ b/lib/CodeGen/CGDebugInfo.cpp @@ -1205,7 +1205,7 @@ llvm::DIType CGDebugInfo::CreateType(const ObjCInterfaceType *Ty, llvm::StringRef PropertyName; llvm::StringRef PropertyGetter; llvm::StringRef PropertySetter; - unsigned PropertyAttributes; + unsigned PropertyAttributes = 0; if (ObjCPropertyDecl *PD = ID->FindPropertyVisibleInPrimaryClass(Field->getIdentifier())) { PropertyName = PD->getName(); -- 2.50.1