diff --git a/polly/lib/Transform/IndVarSimplify.cpp b/polly/lib/Transform/IndVarSimplify.cpp index ebf35fb634b0..def974c2d01e 100644 --- a/polly/lib/Transform/IndVarSimplify.cpp +++ b/polly/lib/Transform/IndVarSimplify.cpp @@ -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 {