Reduce expression to single line. NFC.

llvm-svn: 266302
This commit is contained in:
George Rimar 2016-04-14 13:47:04 +00:00
parent 53a3492b71
commit 0fa18b8923
1 changed files with 1 additions and 3 deletions

View File

@ -977,9 +977,7 @@ static bool includeInDynsym(const SymbolBody &B) {
uint8_t V = B.getVisibility();
if (V != STV_DEFAULT && V != STV_PROTECTED)
return false;
if (Config->ExportDynamic || Config->Shared)
return true;
return false;
return Config->ExportDynamic || Config->Shared;
}
// This class knows how to create an output section for a given