aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-03-23 15:50:52 +0000
committerDan Gohman <gohman@apple.com>2009-03-23 15:50:52 +0000
commit2ba682c7e25ffab1894b9722091745e8e0e61d3d (patch)
tree9690b2199882b8e55649738d073b6980845086cc /lib/Analysis
parenta9d71e131957df5f4a35f7033ac063291c26b739 (diff)
downloadexternal_llvm-2ba682c7e25ffab1894b9722091745e8e0e61d3d.zip
external_llvm-2ba682c7e25ffab1894b9722091745e8e0e61d3d.tar.gz
external_llvm-2ba682c7e25ffab1894b9722091745e8e0e61d3d.tar.bz2
LoopVR is not CFGOnly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67524 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis')
-rw-r--r--lib/Analysis/LoopVR.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/LoopVR.cpp b/lib/Analysis/LoopVR.cpp
index 3a7ec7b..03e424e 100644
--- a/lib/Analysis/LoopVR.cpp
+++ b/lib/Analysis/LoopVR.cpp
@@ -23,7 +23,7 @@
using namespace llvm;
char LoopVR::ID = 0;
-static RegisterPass<LoopVR> X("loopvr", "Loop Value Ranges", true, true);
+static RegisterPass<LoopVR> 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) {