Pull DAG ISel generation nodes out of the PowerPC backend to where they
authorChris Lattner <sabre@nondot.org>
Mon, 10 Oct 2005 06:00:30 +0000 (06:00 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 10 Oct 2005 06:00:30 +0000 (06:00 +0000)
commit17f2cf05b38fa0fcdfd97455ca191e4adf399d04
tree5a3fe7215062a92bacfe86490daaa671f89e90c0
parenta19cea061e661277489655f5d0777360fb9fe736
Pull DAG ISel generation nodes out of the PowerPC backend to where they
can be used by other targets.  For those targets that want to use it,
have at.  :)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23680 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Target.td
lib/Target/TargetSelectionDAG.td [new file with mode: 0644]