Hack to turn the valgrind buildbot green, until Devang can address it

properly.

llvm-svn: 129657
This commit is contained in:
Eli Friedman 2011-04-17 06:40:15 +00:00
parent 045c43855c
commit 2e2ff8894d
1 changed files with 1 additions and 1 deletions

View File

@ -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();