hoist the new isel interpreter out of DAGISelHeader.h
authorChris Lattner <sabre@nondot.org>
Sun, 28 Feb 2010 22:37:22 +0000 (22:37 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 28 Feb 2010 22:37:22 +0000 (22:37 +0000)
commit2a49d57d2d9dd19125a9ba302e883f6ba6c38b83
tree7999a748f29adf804df4c85fd378a9d87f961044
parent5310654dc56c64b726bba7da82d568137ec81bbc
hoist the new isel interpreter out of DAGISelHeader.h
(which gets #included into the middle of each
target's DAGISel class) into a .cpp file where it is
only compiled once.

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