[llvm] r298629 - test commit

Zhaoshi Zheng via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 23 10:38:47 PDT 2017


Author: zzheng
Date: Thu Mar 23 12:38:47 2017
New Revision: 298629

URL: http://llvm.org/viewvc/llvm-project?rev=298629&view=rev
Log:
test commit

Modified:
    llvm/trunk/lib/Analysis/ScalarEvolution.cpp

Modified: llvm/trunk/lib/Analysis/ScalarEvolution.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Analysis/ScalarEvolution.cpp?rev=298629&r1=298628&r2=298629&view=diff
==============================================================================
--- llvm/trunk/lib/Analysis/ScalarEvolution.cpp (original)
+++ llvm/trunk/lib/Analysis/ScalarEvolution.cpp Thu Mar 23 12:38:47 2017
@@ -95,6 +95,8 @@
 #include <algorithm>
 using namespace llvm;
 
+
+
 #define DEBUG_TYPE "scalar-evolution"
 
 STATISTIC(NumArrayLenItCounts,
@@ -113,6 +115,8 @@ MaxBruteForceIterations("scalar-evolutio
                                  "derived loop"),
                         cl::init(100));
 
+
+
 // FIXME: Enable this with EXPENSIVE_CHECKS when the test suite is clean.
 static cl::opt<bool>
 VerifySCEV("verify-scev",




More information about the llvm-commits mailing list