Do not hide APInt::dump() inside #ifndef NDEBUG.
commitcc544c32a305674f1681bb9c443200f369c091ba
authorDevang Patel <dpatel@apple.com>
Mon, 17 Sep 2007 22:24:00 +0000 (17 22:24 +0000)
committerDevang Patel <dpatel@apple.com>
Mon, 17 Sep 2007 22:24:00 +0000 (17 22:24 +0000)
treed789e25e8511935fc3f0fe987dd67d17be1b1d86
parent1f1de3aad3f203572aa425f38dcf3cc42aed71da
Do not hide APInt::dump() inside #ifndef NDEBUG.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42068 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/APInt.h
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/Support/APInt.cpp