Unbreaks non-debug builds.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35383 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng 2007-03-27 16:44:48 +00:00
parent 1baa1971a6
commit c7baf687ba

View File

@ -9488,8 +9488,10 @@ bool InstCombiner::DoOneIteration(Function &F, unsigned Iteration) {
// Erase the old instruction.
InstParent->getInstList().erase(I);
} else {
#ifndef NDEBUG
DOUT << "IC: Mod = " << OrigI
<< " New = " << *I;
#endif
// If the instruction was modified, it's possible that it is now dead.
// if so, remove it.