forked from OSchip/llvm-project
[Stats] Fix polly build due to change in llvm::Statistic constructor in r374490.
llvm-svn: 374497
This commit is contained in:
parent
9d1eba184e
commit
e90cc03a85
|
|
@ -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[] = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue