Split the SelectionDAG-building code, including the FunctionLoweringInfo
authorDan Gohman <gohman@apple.com>
Wed, 3 Sep 2008 16:12:24 +0000 (16:12 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 3 Sep 2008 16:12:24 +0000 (16:12 +0000)
commitf0cbcd48804961b05359ee41859bbd7774f41fe0
tree610c78584c67e8094c5af94b1497e798a877e8d9
parentb070beee77cf9a0befd06a4fdacb824b1da0b55a
Split the SelectionDAG-building code, including the FunctionLoweringInfo
and SelectionDAGLowering classes, out of SelectionDAGISel.cpp and put
it in a separate file, SelectionDAGBuild.cpp.

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