mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-25 20:14:26 +00:00
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:
parent
1baa1971a6
commit
c7baf687ba
@ -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…
x
Reference in New Issue
Block a user