remove debug

llvm-svn: 92369
This commit is contained in:
Chris Lattner 2009-12-31 19:25:19 +00:00
parent 59379f8bb0
commit 0e3d1bade8

View File

@ -627,7 +627,7 @@ Restart:
--j; --je;
}
/*DEBUG*/(errs() << "\nFACTORING [" << NumFound << "]: " << *TheOp << '\n');
DEBUG(errs() << "\nFACTORING [" << NumFound << "]: " << *TheOp << '\n');
++NumFactor;