diff options
author | Zhaoshi Zheng <zhaoshiz@coduaurora.org> | 2017-03-23 17:52:20 +0000 |
---|---|---|
committer | Zhaoshi Zheng <zhaoshiz@coduaurora.org> | 2017-03-23 17:52:20 +0000 |
commit | f47c27513b20a41ce23f46b6857e2b8886eb9d74 (patch) | |
tree | 5826da910051e19c8bd86fa83ad9836705f29202 /llvm/lib/Analysis/ScalarEvolution.cpp | |
parent | 49ae35580e085a281663f3e2411324f0bdb16387 (diff) | |
download | bcm5719-llvm-f47c27513b20a41ce23f46b6857e2b8886eb9d74.tar.gz bcm5719-llvm-f47c27513b20a41ce23f46b6857e2b8886eb9d74.zip |
revert test commit r298629
llvm-svn: 298630
Diffstat (limited to 'llvm/lib/Analysis/ScalarEvolution.cpp')
-rw-r--r-- | llvm/lib/Analysis/ScalarEvolution.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/Analysis/ScalarEvolution.cpp b/llvm/lib/Analysis/ScalarEvolution.cpp index d91f01faf40..c820464c1da 100644 --- a/llvm/lib/Analysis/ScalarEvolution.cpp +++ b/llvm/lib/Analysis/ScalarEvolution.cpp @@ -95,8 +95,6 @@ #include <algorithm> using namespace llvm; - - #define DEBUG_TYPE "scalar-evolution" STATISTIC(NumArrayLenItCounts, @@ -115,8 +113,6 @@ 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", |