summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolodymyr Sapsai <vsapsai@apple.com>2019-10-11 01:43:36 +0000
committerVolodymyr Sapsai <vsapsai@apple.com>2019-10-11 01:43:36 +0000
commite90cc03a85ea3b4da1462c83960aa996b359ed32 (patch)
tree833e7e827ed7d50548edce94760e0e1b5bdaad74
parent9d1eba184ef51dd78f2ef75eb595ca597301683f (diff)
downloadbcm5719-llvm-e90cc03a85ea3b4da1462c83960aa996b359ed32.tar.gz
bcm5719-llvm-e90cc03a85ea3b4da1462c83960aa996b359ed32.zip
[Stats] Fix polly build due to change in llvm::Statistic constructor in r374490.
llvm-svn: 374497
-rw-r--r--polly/lib/Analysis/ScopDetectionDiagnostic.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/polly/lib/Analysis/ScopDetectionDiagnostic.cpp b/polly/lib/Analysis/ScopDetectionDiagnostic.cpp
index e58b47d3645..285c8413f0a 100644
--- a/polly/lib/Analysis/ScopDetectionDiagnostic.cpp
+++ b/polly/lib/Analysis/ScopDetectionDiagnostic.cpp
@@ -46,9 +46,7 @@ using namespace llvm;
#define SCOP_STAT(NAME, DESC) \
{ \
- "polly-detect", "NAME", "Number of rejected regions: " DESC, {0}, { \
- false \
- } \
+ "polly-detect", "NAME", "Number of rejected regions: " DESC \
}
Statistic RejectStatistics[] = {
OpenPOWER on IntegriCloud