forked from OSchip/llvm-project
parent
682baf2dda
commit
a4ed8a512a
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue