diff options
author | Eli Friedman <eli.friedman@gmail.com> | 2011-04-17 06:40:15 +0000 |
---|---|---|
committer | Eli Friedman <eli.friedman@gmail.com> | 2011-04-17 06:40:15 +0000 |
commit | 10292cc239df9f78ff76ef1e4476fadead971709 (patch) | |
tree | c5a71b2bf7b55f0a561bb312e194392837c193ed | |
parent | b11f9198111796ada02b57f62cdea92134fde9f7 (diff) |
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
-rw-r--r-- | lib/CodeGen/CGDebugInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |