diff options
author | Zhaoshi Zheng <zhaoshiz@coduaurora.org> | 2017-03-23 17:38:47 +0000 |
---|---|---|
committer | Zhaoshi Zheng <zhaoshiz@coduaurora.org> | 2017-03-23 17:38:47 +0000 |
commit | 49ae35580e085a281663f3e2411324f0bdb16387 (patch) | |
tree | 2c01525d315b7e33be55b03db044f0d46f8dd051 | |
parent | cff849249213e85a28a73d4ef9327b09d5aed394 (diff) | |
download | bcm5719-llvm-49ae35580e085a281663f3e2411324f0bdb16387.tar.gz bcm5719-llvm-49ae35580e085a281663f3e2411324f0bdb16387.zip |
test commit
llvm-svn: 298629
-rw-r--r-- | llvm/lib/Analysis/ScalarEvolution.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/lib/Analysis/ScalarEvolution.cpp b/llvm/lib/Analysis/ScalarEvolution.cpp index c820464c1da..d91f01faf40 100644 --- a/llvm/lib/Analysis/ScalarEvolution.cpp +++ b/llvm/lib/Analysis/ScalarEvolution.cpp @@ -95,6 +95,8 @@ #include <algorithm> 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<bool> VerifySCEV("verify-scev", |