Move CaseBlock, JumpTable, and BitTestBlock to be members of
authorDan Gohman <gohman@apple.com>
Thu, 28 Aug 2008 20:38:18 +0000 (20:38 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 28 Aug 2008 20:38:18 +0000 (20:38 +0000)
commit9ffd8b5720d606eb7da702c97ed6491697867949
tree8c35b89efa09bdff2bc1b0a0a00483ae2637b6eb
parent5edd361497f4c78a20fcbb75c6e7e94ff8046ed1
Move CaseBlock, JumpTable, and BitTestBlock to be members of
SelectionDAGLowering instead of being in an anonymous namespace.
This fixes warnings about SelectionDAGLowering having fields
using anonymous namespaces.

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