[Polly] Fix formatting violation. NFC.

llvm-svn: 374504
This commit is contained in:
Volodymyr Sapsai 2019-10-11 03:09:24 +00:00
parent d38332981f
commit 109bfb7b32
1 changed files with 1 additions and 3 deletions

View File

@ -45,9 +45,7 @@ using namespace llvm;
#define DEBUG_TYPE "polly-detect" #define DEBUG_TYPE "polly-detect"
#define SCOP_STAT(NAME, DESC) \ #define SCOP_STAT(NAME, DESC) \
{ \ { "polly-detect", "NAME", "Number of rejected regions: " DESC }
"polly-detect", "NAME", "Number of rejected regions: " DESC \
}
Statistic RejectStatistics[] = { Statistic RejectStatistics[] = {
SCOP_STAT(CFG, ""), SCOP_STAT(CFG, ""),