test commit
authorZhaoshi Zheng <zhaoshiz@coduaurora.org>
Thu, 23 Mar 2017 17:38:47 +0000 (17:38 +0000)
committerZhaoshi Zheng <zhaoshiz@coduaurora.org>
Thu, 23 Mar 2017 17:38:47 +0000 (17:38 +0000)
llvm-svn: 298629

llvm/lib/Analysis/ScalarEvolution.cpp

index c820464..d91f01f 100644 (file)
@@ -95,6 +95,8 @@
 #include <algorithm>
 using namespace llvm;
 
+
+
 #define DEBUG_TYPE "scalar-evolution"
 
 STATISTIC(NumArrayLenItCounts,
@@ -113,6 +115,8 @@ 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",