From c4fa083a1dd268a634b2e53a83e94c947664c93f Mon Sep 17 00:00:00 2001 From: Zhaoshi Zheng Date: Thu, 23 Mar 2017 17:52:20 +0000 Subject: [PATCH] revert test commit r298629 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@298630 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Analysis/ScalarEvolution.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/Analysis/ScalarEvolution.cpp b/lib/Analysis/ScalarEvolution.cpp index d91f01faf40..c820464c1da 100644 --- a/lib/Analysis/ScalarEvolution.cpp +++ b/lib/Analysis/ScalarEvolution.cpp @@ -95,8 +95,6 @@ #include 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 VerifySCEV("verify-scev", -- 2.50.1