diff options
author | Chris Lattner <sabre@nondot.org> | 2009-12-31 19:25:19 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-12-31 19:25:19 +0000 |
commit | f8a447de162a2896a8a044931fb63de713dbc6b9 (patch) | |
tree | 7cbac44cded8c9be5f24fb6a5188b8550c6431fd /lib/Transforms/Scalar/Reassociate.cpp | |
parent | 69e98e2c0f7a1a1a8e3547b57e3e78e1142b8a64 (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.cpp | 2 |
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; |