Split the class definition of DAGTypeLegalizer out into a header.
authorChris Lattner <sabre@nondot.org>
Sat, 8 Dec 2007 20:16:06 +0000 (20:16 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 8 Dec 2007 20:16:06 +0000 (20:16 +0000)
commitdff67f5770ada2942dd8c815323ad2480bfdde44
tree033656d459f80c2b6c802c975ca4e226dc54d8f7
parent7446d0cfc551c79afa4a12296f107936ebe5e315
Split the class definition of DAGTypeLegalizer out into a header.
Leave it visibility hidden, but not in an anon namespace.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44714 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/LegalizeDAGTypes.cpp
lib/CodeGen/SelectionDAG/LegalizeTypes.h [new file with mode: 0644]