Protect the code for fast-isel debugging with #ifndef NDEBUG.
authorDan Gohman <gohman@apple.com>
Tue, 28 Oct 2008 19:08:46 +0000 (19:08 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 28 Oct 2008 19:08:46 +0000 (19:08 +0000)
commit727809ad8a826f26b757747ae2a329b49e5449b3
treee51e0fbf65e03210a7ed96a877ea8dd624f1e916
parentf4717aa1b20147d7b5385e635a4bc9a5f04380c3
Protect the code for fast-isel debugging with #ifndef NDEBUG.

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