mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 12:43:36 +01:00
InstCombine: Remove a redundant #ifdef NDEBUG. NFC
The DEBUG() macro already does this. llvm-svn: 278049
This commit is contained in:
parent
24439f8d33
commit
205509ee04
@ -2961,10 +2961,8 @@ bool InstCombiner::run() {
|
||||
|
||||
eraseInstFromFunction(*I);
|
||||
} else {
|
||||
#ifndef NDEBUG
|
||||
DEBUG(dbgs() << "IC: Mod = " << OrigI << '\n'
|
||||
<< " New = " << *I << '\n');
|
||||
#endif
|
||||
|
||||
// If the instruction was modified, it's possible that it is now dead.
|
||||
// if so, remove it.
|
||||
|
Loading…
Reference in New Issue
Block a user