From 49ae35580e085a281663f3e2411324f0bdb16387 Mon Sep 17 00:00:00 2001 From: Zhaoshi Zheng Date: Thu, 23 Mar 2017 17:38:47 +0000 Subject: [PATCH] test commit llvm-svn: 298629 --- llvm/lib/Analysis/ScalarEvolution.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/llvm/lib/Analysis/ScalarEvolution.cpp b/llvm/lib/Analysis/ScalarEvolution.cpp index c820464..d91f01f 100644 --- a/llvm/lib/Analysis/ScalarEvolution.cpp +++ b/llvm/lib/Analysis/ScalarEvolution.cpp @@ -95,6 +95,8 @@ #include 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 VerifySCEV("verify-scev", -- 2.7.4