summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 285c8413f0a..1c116ec3d1a 100644
--- a/polly/lib/Analysis/ScopDetectionDiagnostic.cpp
+++ b/polly/lib/Analysis/ScopDetectionDiagnostic.cpp
@@ -45,9 +45,7 @@ using namespace llvm;
#define DEBUG_TYPE "polly-detect"
#define SCOP_STAT(NAME, DESC) \
- { \
- "polly-detect", "NAME", "Number of rejected regions: " DESC \
- }
+ { "polly-detect", "NAME", "Number of rejected regions: " DESC }
Statistic RejectStatistics[] = {
SCOP_STAT(CFG, ""),
OpenPOWER on IntegriCloud