1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

LoopVR is not CFGOnly.

llvm-svn: 67524
This commit is contained in:
Dan Gohman 2009-03-23 15:50:52 +00:00
parent 9ef382068e
commit b10c534b89

View File

@ -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) {