Pull the LLVM -> DAG lowering code out of the pattern selector so that it
authorChris Lattner <sabre@nondot.org>
Tue, 16 Aug 2005 17:14:42 +0000 (17:14 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 16 Aug 2005 17:14:42 +0000 (17:14 +0000)
commit7c5a3d390a463fb50a6eee7ae3174817925e6d28
tree810c0dd512bf1b658c8a5fefc8efe95e5606aa62
parent80b32b3aab369534a25cfab6d9b7447cc4a8ff1d
Pull the LLVM -> DAG lowering code out of the pattern selector so that it
can be shared with the DAG->DAG selector.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22799 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCISelLowering.cpp [new file with mode: 0644]
lib/Target/PowerPC/PPCISelLowering.h [new file with mode: 0644]
lib/Target/PowerPC/PPCISelPattern.cpp