]> granicus.if.org Git - llvm/commitdiff
[IndVars] Kill a redundant bit of debug output
authorPhilip Reames <listmail@philipreames.com>
Wed, 26 Jun 2019 17:19:09 +0000 (17:19 +0000)
committerPhilip Reames <listmail@philipreames.com>
Wed, 26 Jun 2019 17:19:09 +0000 (17:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@364449 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/IndVarSimplify.cpp

index 5c4b8f734a94f3da2e5b954ccae50a5b3e102c6c..eb09e7883b90ef33dd45093d6fb55e6240026b78 100644 (file)
@@ -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: