aboutsummaryrefslogtreecommitdiff
path: root/lib/LTO/SummaryBasedOptimizations.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/LTO/SummaryBasedOptimizations.cpp')
-rw-r--r--lib/LTO/SummaryBasedOptimizations.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/LTO/SummaryBasedOptimizations.cpp b/lib/LTO/SummaryBasedOptimizations.cpp
index e919fd530fb0..6db495de003b 100644
--- a/lib/LTO/SummaryBasedOptimizations.cpp
+++ b/lib/LTO/SummaryBasedOptimizations.cpp
@@ -18,7 +18,7 @@
using namespace llvm;
-cl::opt<bool> ThinLTOSynthesizeEntryCounts(
+static cl::opt<bool> ThinLTOSynthesizeEntryCounts(
"thinlto-synthesize-entry-counts", cl::init(false), cl::Hidden,
cl::desc("Synthesize entry counts based on the summary"));