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

llvm-svn: 374497
This commit is contained in:
Volodymyr Sapsai 2019-10-11 01:43:36 +00:00
parent 9d1eba184e
commit e90cc03a85
1 changed files with 1 additions and 3 deletions

View File

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