forked from OSchip/llvm-project
parent
d38332981f
commit
109bfb7b32
|
@ -45,9 +45,7 @@ using namespace llvm;
|
|||
#define DEBUG_TYPE "polly-detect"
|
||||
|
||||
#define SCOP_STAT(NAME, DESC) \
|
||||
{ \
|
||||
"polly-detect", "NAME", "Number of rejected regions: " DESC \
|
||||
}
|
||||
{ "polly-detect", "NAME", "Number of rejected regions: " DESC }
|
||||
|
||||
Statistic RejectStatistics[] = {
|
||||
SCOP_STAT(CFG, ""),
|
||||
|
|
Loading…
Reference in New Issue