From: Zhaoshi Zheng Date: Thu, 23 Mar 2017 17:38:47 +0000 (+0000) Subject: test commit X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dca48688fd2d3813a9476a1be60e6e43bb99b3f0;p=llvm test commit git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@298629 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/ScalarEvolution.cpp b/lib/Analysis/ScalarEvolution.cpp index c820464c1da..d91f01faf40 100644 --- a/lib/Analysis/ScalarEvolution.cpp +++ b/lib/Analysis/ScalarEvolution.cpp @@ -95,6 +95,8 @@ #include using namespace llvm; + + #define DEBUG_TYPE "scalar-evolution" STATISTIC(NumArrayLenItCounts, @@ -113,6 +115,8 @@ MaxBruteForceIterations("scalar-evolution-max-iterations", cl::ReallyHidden, "derived loop"), cl::init(100)); + + // FIXME: Enable this with EXPENSIVE_CHECKS when the test suite is clean. static cl::opt VerifySCEV("verify-scev",