Guard the debug temp variable with NDEBUG to avoid warning/error with NDEBUG defined.
authorPekka Jaaskelainen <pekka.jaaskelainen@tut.fi>
Tue, 15 Oct 2013 14:40:46 +0000 (14:40 +0000)
committerPekka Jaaskelainen <pekka.jaaskelainen@tut.fi>
Tue, 15 Oct 2013 14:40:46 +0000 (14:40 +0000)
commitd54946ac14cca14a0b4402fd7edf5271f5e74e6a
treebe6ea0ac7bb5b14ae6456b678c2e4016f10aae26
parent862385112e4f81ca2e1ffb3e995c223ffd5328b7
Guard the debug temp variable with NDEBUG to avoid warning/error with NDEBUG defined.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192709 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/MachineInstr.cpp