[Stats] Fix polly build due to change in llvm::Statistic constructor in r374490.
authorVolodymyr Sapsai <vsapsai@apple.com>
Fri, 11 Oct 2019 01:43:36 +0000 (01:43 +0000)
committerVolodymyr Sapsai <vsapsai@apple.com>
Fri, 11 Oct 2019 01:43:36 +0000 (01:43 +0000)
llvm-svn: 374497

polly/lib/Analysis/ScopDetectionDiagnostic.cpp

index e58b47d..285c841 100644 (file)
@@ -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[] = {