revert test commit r298629

llvm-svn: 298630
This commit is contained in:
Zhaoshi Zheng 2017-03-23 17:52:20 +00:00
parent 49ae35580e
commit f47c27513b
1 changed files with 0 additions and 4 deletions

View File

@ -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",