forked from OSchip/llvm-project
parent
682baf2dda
commit
a4ed8a512a
|
@ -9488,8 +9488,10 @@ bool InstCombiner::DoOneIteration(Function &F, unsigned Iteration) {
|
||||||
// Erase the old instruction.
|
// Erase the old instruction.
|
||||||
InstParent->getInstList().erase(I);
|
InstParent->getInstList().erase(I);
|
||||||
} else {
|
} else {
|
||||||
|
#ifndef NDEBUG
|
||||||
DOUT << "IC: Mod = " << OrigI
|
DOUT << "IC: Mod = " << OrigI
|
||||||
<< " New = " << *I;
|
<< " New = " << *I;
|
||||||
|
#endif
|
||||||
|
|
||||||
// If the instruction was modified, it's possible that it is now dead.
|
// If the instruction was modified, it's possible that it is now dead.
|
||||||
// if so, remove it.
|
// if so, remove it.
|
||||||
|
|
Loading…
Reference in New Issue