commit | f8a447de162a2896a8a044931fb63de713dbc6b9 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Thu Dec 31 19:25:19 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Thu Dec 31 19:25:19 2009 +0000 |
tree | 7cbac44cded8c9be5f24fb6a5188b8550c6431fd | |
parent | 69e98e2c0f7a1a1a8e3547b57e3e78e1142b8a64 [diff] [blame] |
remove debug git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92369 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Transforms/Scalar/Reassociate.cpp b/lib/Transforms/Scalar/Reassociate.cpp index e0528f7..8596dc7 100644 --- a/lib/Transforms/Scalar/Reassociate.cpp +++ b/lib/Transforms/Scalar/Reassociate.cpp
@@ -627,7 +627,7 @@ --j; --je; } - /*DEBUG*/(errs() << "\nFACTORING [" << NumFound << "]: " << *TheOp << '\n'); + DEBUG(errs() << "\nFACTORING [" << NumFound << "]: " << *TheOp << '\n'); ++NumFactor;