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)
commiteb4a6e7c2882b79450b65ce4eefeb90c1cecc49a
tree495511ff8eb96809498b9ecfc62bde2f56c40087
parente8ae13f79c9df9df5cf10310702b0397b47342e4
Guard the debug temp variable with NDEBUG to avoid warning/error with NDEBUG defined.

llvm-svn: 192709
llvm/lib/CodeGen/MachineInstr.cpp