remove debug
authorChris Lattner <sabre@nondot.org>
Thu, 31 Dec 2009 19:25:19 +0000 (19:25 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 31 Dec 2009 19:25:19 +0000 (19:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92369 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/Reassociate.cpp

index e0528f76670f27bc8800383425f1856659194cad..8596dc70dadcca1516d5626076bbbbe5e1822cff 100644 (file)
@@ -627,7 +627,7 @@ Restart:
         --j; --je;
       }
 
-      /*DEBUG*/(errs() << "\nFACTORING [" << NumFound << "]: " << *TheOp << '\n');
+      DEBUG(errs() << "\nFACTORING [" << NumFound << "]: " << *TheOp << '\n');
       ++NumFactor;