Fix pasto.

llvm-svn: 93181
This commit is contained in:
Benjamin Kramer 2010-01-11 20:15:06 +00:00
parent ec57c81e64
commit 378083101c
1 changed files with 1 additions and 1 deletions

View File

@ -1376,7 +1376,7 @@ RetainSummary* RetainSummaryManager::getSummary(FunctionDecl* FD) {
StrInStrNoCase(FName, "AddValue") != StringRef::npos ||
StrInStrNoCase(FName, "SetValue") != StringRef::npos ||
StrInStrNoCase(FName, "AppendValue") != StringRef::npos||
StrInStrNoCase(FName, "SetAttribute")) != StringRef::npos
StrInStrNoCase(FName, "SetAttribute") != StringRef::npos)
? MayEscape : DoNothing;
S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, E);