diff --git a/polly/lib/Analysis/ScopDetectionDiagnostic.cpp b/polly/lib/Analysis/ScopDetectionDiagnostic.cpp index e58b47d3645c..285c8413f0a6 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[] = {