Remove the #ifndef NDEBUG from the FastISel debugging options. This
authorDan Gohman <gohman@apple.com>
Tue, 19 May 2009 02:19:57 +0000 (02:19 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 19 May 2009 02:19:57 +0000 (02:19 +0000)
commitdea4085da04e2e3993f9357ce5049a7fbe05e924
treed60edc85f5ba9dcdc577dcaf0439120303730ded
parent5be18e84766fb495b0bde3c8244c1df459a18683
Remove the #ifndef NDEBUG from the FastISel debugging options. This
fixes dejagnu tests that use these options.

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