Pull utility routines with no SelectionDAG dependence out of
authorDan Gohman <gohman@apple.com>
Wed, 14 Apr 2010 18:31:02 +0000 (18:31 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 14 Apr 2010 18:31:02 +0000 (18:31 +0000)
commitfe85e764736f4d87104f3d1508c173f566c8c461
tree9a43dac013ef17ca6bbc743513ff6e4b24168458
parentb02b62a2719bf5cfe12cfc902ab4e85d675450a0
Pull utility routines with no SelectionDAG dependence out of
SelectionDAGBuilder. FunctionLoweringInfo isn't an ideal place for
them to live, but it's better than SelectionDAGBuilder for now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101267 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp