Avoid -Wunused-const-variable warning

llvm-svn: 206329
This commit is contained in:
Tobias Grosser 2014-04-15 22:18:37 +00:00
parent 8d941ef30d
commit c787b12d04
1 changed files with 2 additions and 0 deletions

View File

@ -61,7 +61,9 @@ STATISTIC(NumElimExt, "Number of IV sign/zero extends eliminated");
STATISTIC(NumElimIV, "Number of congruent IVs eliminated");
static const bool EnableIVRewrite = true;
#ifndef NDEBUG
static const bool VerifyIndvars = false;
#endif
namespace {
class PollyIndVarSimplify : public LoopPass {