summaryrefslogtreecommitdiffstats
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
commit21ff35195e01e9c6dfa73f1fb8ec0f23cd0c4ab9 (patch)
tree24b9817e99558ab78dc9bd4a1a994a125912f3b4
parent5aabc424b1a8cbf2c5818e817bd07289f64ee216 (diff)
downloadbcm5719-llvm-21ff35195e01e9c6dfa73f1fb8ec0f23cd0c4ab9.tar.gz
bcm5719-llvm-21ff35195e01e9c6dfa73f1fb8ec0f23cd0c4ab9.zip
LoopVR is not CFGOnly.
llvm-svn: 67524
-rw-r--r--llvm/lib/Analysis/LoopVR.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/LoopVR.cpp b/llvm/lib/Analysis/LoopVR.cpp
index 3a7ec7b9886..03e424edec8 100644
--- a/llvm/lib/Analysis/LoopVR.cpp
+++ b/llvm/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) {
OpenPOWER on IntegriCloud