]> granicus.if.org Git - llvm/commitdiff
revert test commit r298629
authorZhaoshi Zheng <zhaoshiz@coduaurora.org>
Thu, 23 Mar 2017 17:52:20 +0000 (17:52 +0000)
committerZhaoshi Zheng <zhaoshiz@coduaurora.org>
Thu, 23 Mar 2017 17:52:20 +0000 (17:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@298630 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/ScalarEvolution.cpp

index d91f01faf405ae7dbadbfd55fb2dd0d174bad6bf..c820464c1dade380897a62ed2baf8058fc36e136 100644 (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",