Separate X86ISelLowering stuff out from the X86ISelPattern.cpp file. Patch
authorChris Lattner <sabre@nondot.org>
Tue, 15 Nov 2005 00:40:23 +0000 (00:40 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 15 Nov 2005 00:40:23 +0000 (00:40 +0000)
commitdbdbf0ce2eef7b6585397121f56d3845e04866d1
tree606652b7a33538e0ffa5c4435fe175f3aa33c5d6
parent27ecef510f785bc9345e6ddf058cd4f45e05bc4f
Separate X86ISelLowering stuff out from the X86ISelPattern.cpp file.  Patch
contributed by Evan Cheng.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24358 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86.h
lib/Target/X86/X86ISelLowering.cpp [new file with mode: 0644]
lib/Target/X86/X86ISelLowering.h [new file with mode: 0644]
lib/Target/X86/X86ISelPattern.cpp
lib/Target/X86/X86TargetMachine.cpp