forked from OSchip/llvm-project
[IndVars] Kill a redundant bit of debug output
llvm-svn: 364449
This commit is contained in:
parent
208cce7500
commit
03b2e2d986
|
@ -2496,8 +2496,6 @@ linearFunctionTestReplace(Loop *L, BasicBlock *ExitingBB,
|
|||
else
|
||||
NewLimit = Start + Count;
|
||||
ExitCnt = ConstantInt::get(CmpIndVar->getType(), NewLimit);
|
||||
|
||||
LLVM_DEBUG(dbgs() << " Widen RHS:\t" << *ExitCnt << "\n");
|
||||
} else {
|
||||
// We try to extend trip count first. If that doesn't work we truncate IV.
|
||||
// Zext(trunc(IV)) == IV implies equivalence of the following two:
|
||||
|
|
Loading…
Reference in New Issue