This is not ideal but unbreaks build failure.
authorDevang Patel <dpatel@apple.com>
Mon, 17 Sep 2007 20:03:03 +0000 (20:03 +0000)
committerDevang Patel <dpatel@apple.com>
Mon, 17 Sep 2007 20:03:03 +0000 (20:03 +0000)
commitffe3612af4ba03269f9affd3d2552bdb78ed6824
tree31c731e1e0e500bbf261a9b85b2caf398a870d63
parent1abac0d725374cb6e527d2a735a5272a4f7913fa
This is not ideal but unbreaks build failure.
APInt::dump() is inside #ifndef NDEBUG, however SelectionDAG dump() routines are not.

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