aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/Reassociate.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-12-31 19:25:19 +0000
committerChris Lattner <sabre@nondot.org>2009-12-31 19:25:19 +0000
commitf8a447de162a2896a8a044931fb63de713dbc6b9 (patch)
tree7cbac44cded8c9be5f24fb6a5188b8550c6431fd /lib/Transforms/Scalar/Reassociate.cpp
parent69e98e2c0f7a1a1a8e3547b57e3e78e1142b8a64 (diff)
remove debug
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92369 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Scalar/Reassociate.cpp')
-rw-r--r--lib/Transforms/Scalar/Reassociate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Scalar/Reassociate.cpp b/lib/Transforms/Scalar/Reassociate.cpp
index e0528f7667..8596dc70da 100644
--- a/lib/Transforms/Scalar/Reassociate.cpp
+++ b/lib/Transforms/Scalar/Reassociate.cpp
@@ -627,7 +627,7 @@ Restart:
--j; --je;
}
- /*DEBUG*/(errs() << "\nFACTORING [" << NumFound << "]: " << *TheOp << '\n');
+ DEBUG(errs() << "\nFACTORING [" << NumFound << "]: " << *TheOp << '\n');
++NumFactor;