Skip to content

Commit 109bfb7

Browse files
committed
[Polly] Fix formatting violation. NFC.
llvm-svn: 374504
1 parent d383329 commit 109bfb7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

polly/lib/Analysis/ScopDetectionDiagnostic.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,7 @@ using namespace llvm;
4545
#define DEBUG_TYPE "polly-detect"
4646

4747
#define SCOP_STAT(NAME, DESC) \
48-
{ \
49-
"polly-detect", "NAME", "Number of rejected regions: " DESC \
50-
}
48+
{ "polly-detect", "NAME", "Number of rejected regions: " DESC }
5149

5250
Statistic RejectStatistics[] = {
5351
SCOP_STAT(CFG, ""),

0 commit comments

Comments
 (0)