Unbreaks non-debug builds.

llvm-svn: 35383
This commit is contained in:
Evan Cheng 2007-03-27 16:44:48 +00:00
parent 682baf2dda
commit a4ed8a512a
1 changed files with 2 additions and 0 deletions

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.