InstCombine: Remove a redundant #ifdef NDEBUG. NFC
authorJustin Bogner <mail@justinbogner.com>
Mon, 8 Aug 2016 21:02:11 +0000 (21:02 +0000)
committerJustin Bogner <mail@justinbogner.com>
Mon, 8 Aug 2016 21:02:11 +0000 (21:02 +0000)
commit6b4422e6fe22df3523ac0c9d854eb4d2436d99a3
treef47a0577cbc1f0eed3d9971e023bc03943d7f94b
parent0822aa118eafbe860acc393e076567697adda77a
InstCombine: Remove a redundant #ifdef NDEBUG. NFC

The DEBUG() macro already does this.

llvm-svn: 278049
llvm/lib/Transforms/InstCombine/InstructionCombining.cpp