summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/LTO/ThinLTOCodeGenerator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/LTO/ThinLTOCodeGenerator.cpp b/llvm/lib/LTO/ThinLTOCodeGenerator.cpp
index 5b27cdbfef3..5a50a4830f1 100644
--- a/llvm/lib/LTO/ThinLTOCodeGenerator.cpp
+++ b/llvm/lib/LTO/ThinLTOCodeGenerator.cpp
@@ -611,7 +611,7 @@ struct IsPrevailing {
return Prevailing->second == S;
};
};
-}; // namespace
+} // namespace
static void computeDeadSymbolsInIndex(
ModuleSummaryIndex &Index,
OpenPOWER on IntegriCloud