projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69e98e2
)
remove debug
author
Chris Lattner
<sabre@nondot.org>
Thu, 31 Dec 2009 19:25:19 +0000
(19:25 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/lib/Transforms/Scalar/Reassociate.cpp
b/lib/Transforms/Scalar/Reassociate.cpp
index e0528f76670f27bc8800383425f1856659194cad..8596dc70dadcca1516d5626076bbbbe5e1822cff 100644
(file)
--- 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;