Create a new TargetSelectionDAGInfo class. This will eventually acquire
authorDan Gohman <gohman@apple.com>
Fri, 16 Apr 2010 21:12:11 +0000 (21:12 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 16 Apr 2010 21:12:11 +0000 (21:12 +0000)
commit8c0e89925d6b76b7671fe904a97c618d155dea42
tree5225b9a32c358735c881b39da3a1cf1d7e7d0373
parent4bcf0a9233e334532d86111829375f73776984ad
Create a new TargetSelectionDAGInfo class. This will eventually acquire
SelectionDAG-specific parts of TargetLowering.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101537 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetSelectionDAGInfo.h [new file with mode: 0644]
lib/CodeGen/SelectionDAG/CMakeLists.txt
lib/CodeGen/SelectionDAG/TargetSelectionDAGInfo.cpp [new file with mode: 0644]