1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00

Fix compilation warning on the trailing whitespace. NFC.

This commit is contained in:
Michael Liao 2019-10-24 09:54:08 -04:00
parent ab098e60e0
commit 87e90e0fd2

View File

@ -611,7 +611,7 @@ struct IsPrevailing {
return Prevailing->second == S;
};
};
}; // namespace
} // namespace
static void computeDeadSymbolsInIndex(
ModuleSummaryIndex &Index,