forked from OSchip/llvm-project
parent
49ae35580e
commit
f47c27513b
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue