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) \
|
#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[] = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue