summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2011-04-17 06:40:15 +0000
committerEli Friedman <eli.friedman@gmail.com>2011-04-17 06:40:15 +0000
commit2e2ff8894d7d86a91a1f64c513df143351401bff (patch)
tree4fd6db26c2ead1921baea39064f3bf699a062b06
parent045c43855c9e999b18a1ff1b6ad0e7c29c54af22 (diff)
downloadbcm5719-llvm-2e2ff8894d7d86a91a1f64c513df143351401bff.tar.gz
bcm5719-llvm-2e2ff8894d7d86a91a1f64c513df143351401bff.zip
Hack to turn the valgrind buildbot green, until Devang can address it
properly. llvm-svn: 129657
-rw-r--r--clang/lib/CodeGen/CGDebugInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.cpp b/clang/lib/CodeGen/CGDebugInfo.cpp
index 9743b96b40c..10ef6d8b318 100644
--- a/clang/lib/CodeGen/CGDebugInfo.cpp
+++ b/clang/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();
OpenPOWER on IntegriCloud