From 2ba682c7e25ffab1894b9722091745e8e0e61d3d Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 23 Mar 2009 15:50:52 +0000 Subject: [PATCH] LoopVR is not CFGOnly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67524 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Analysis/LoopVR.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Analysis/LoopVR.cpp b/lib/Analysis/LoopVR.cpp index 3a7ec7b9886..03e424edec8 100644 --- a/lib/Analysis/LoopVR.cpp +++ b/lib/Analysis/LoopVR.cpp @@ -23,7 +23,7 @@ using namespace llvm; char LoopVR::ID = 0; -static RegisterPass X("loopvr", "Loop Value Ranges", true, true); +static RegisterPass X("loopvr", "Loop Value Ranges", false, true); /// getRange - determine the range for a particular SCEV within a given Loop ConstantRange LoopVR::getRange(SCEVHandle S, Loop *L, ScalarEvolution &SE) { -- 2.11.0