Move several SelectionDAG-independent utility functions out of the
authorDan Gohman <gohman@apple.com>
Wed, 21 Apr 2010 01:22:34 +0000 (01:22 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 21 Apr 2010 01:22:34 +0000 (01:22 +0000)
commit5eb6d65a27fd77a0bf10bd49f5cccb9f1796d98b
tree8815249891afaebae858de28ca18094a2823bbcf
parent52d2b0ed00d71c8ba0ff1a0b35cad4ffebc81dd5
Move several SelectionDAG-independent utility functions out of the
SelectionDAG directory and into a new Analysis.cpp file.

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