commit | ed18917665cb1501d64692da405b7eecaedbf6e7 | [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 | 48970da31bacba8d67b6ab8fa833ec2b9c1ec8be | |
parent | 60b71b5c4d9c441bc681688a5473f681cf08a500 [diff] [blame] |
remove debug llvm-svn: 92369
diff --git a/llvm/lib/Transforms/Scalar/Reassociate.cpp b/llvm/lib/Transforms/Scalar/Reassociate.cpp index e0528f7..8596dc7 100644 --- a/llvm/lib/Transforms/Scalar/Reassociate.cpp +++ b/llvm/lib/Transforms/Scalar/Reassociate.cpp
@@ -627,7 +627,7 @@ --j; --je; } - /*DEBUG*/(errs() << "\nFACTORING [" << NumFound << "]: " << *TheOp << '\n'); + DEBUG(errs() << "\nFACTORING [" << NumFound << "]: " << *TheOp << '\n'); ++NumFactor;