[Stats] Fix polly build due to change in llvm::Statistic constructor in r374490.


git-svn-id: https://llvm.org/svn/llvm-project/polly/trunk@374497 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Analysis/ScopDetectionDiagnostic.cpp b/lib/Analysis/ScopDetectionDiagnostic.cpp
index e58b47d..285c841 100644
--- a/lib/Analysis/ScopDetectionDiagnostic.cpp
+++ b/lib/Analysis/ScopDetectionDiagnostic.cpp
@@ -46,9 +46,7 @@
 
 #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[] = {