diff options
| author | Dan Gohman <gohman@apple.com> | 2009-03-23 15:50:52 +0000 | 
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2009-03-23 15:50:52 +0000 | 
| commit | 21ff35195e01e9c6dfa73f1fb8ec0f23cd0c4ab9 (patch) | |
| tree | 24b9817e99558ab78dc9bd4a1a994a125912f3b4 /llvm/lib/Analysis | |
| parent | 5aabc424b1a8cbf2c5818e817bd07289f64ee216 (diff) | |
| download | bcm5719-llvm-21ff35195e01e9c6dfa73f1fb8ec0f23cd0c4ab9.tar.gz bcm5719-llvm-21ff35195e01e9c6dfa73f1fb8ec0f23cd0c4ab9.zip | |
LoopVR is not CFGOnly.
llvm-svn: 67524
Diffstat (limited to 'llvm/lib/Analysis')
| -rw-r--r-- | llvm/lib/Analysis/LoopVR.cpp | 2 | 
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) { | 

