diff options
| author | Philip Reames <listmail@philipreames.com> | 2019-06-26 17:19:09 +0000 |
|---|---|---|
| committer | Philip Reames <listmail@philipreames.com> | 2019-06-26 17:19:09 +0000 |
| commit | 03b2e2d9861efdcf6fd033b882d8b7b738428a49 (patch) | |
| tree | f52059562ae870f36fff0eeb15aba33eac0314a3 /llvm/lib/Transforms | |
| parent | 208cce7500b3d7a99156eaa0950c41f886a70043 (diff) | |
| download | bcm5719-llvm-03b2e2d9861efdcf6fd033b882d8b7b738428a49.tar.gz bcm5719-llvm-03b2e2d9861efdcf6fd033b882d8b7b738428a49.zip | |
[IndVars] Kill a redundant bit of debug output
llvm-svn: 364449
Diffstat (limited to 'llvm/lib/Transforms')
| -rw-r--r-- | llvm/lib/Transforms/Scalar/IndVarSimplify.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp b/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp index 5c4b8f734a9..eb09e7883b9 100644 --- a/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp +++ b/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp @@ -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: |

