diff options
| author | Dan Gohman <gohman@apple.com> | 2010-07-07 15:15:27 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2010-07-07 15:15:27 +0000 |
| commit | 498e5f899d0b3e07cf575576ba97e57fb8476e2a (patch) | |
| tree | dff3d3d53515faac9e1e7d7382e0ce53f78e135a /llvm/lib | |
| parent | 8e1338eea84ad82ae4787effaa0ce3b56b711966 (diff) | |
| download | bcm5719-llvm-498e5f899d0b3e07cf575576ba97e57fb8476e2a.tar.gz bcm5719-llvm-498e5f899d0b3e07cf575576ba97e57fb8476e2a.zip | |
Move CallingConvLower.cpp out of the SelectionDAG directory.
llvm-svn: 107781
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/CodeGen/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | llvm/lib/CodeGen/CallingConvLower.cpp (renamed from llvm/lib/CodeGen/SelectionDAG/CallingConvLower.cpp) | 0 | ||||
| -rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/CMakeLists.txt | 1 |
3 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/CMakeLists.txt b/llvm/lib/CodeGen/CMakeLists.txt index 0501350de6f..ffeff1ee27a 100644 --- a/llvm/lib/CodeGen/CMakeLists.txt +++ b/llvm/lib/CodeGen/CMakeLists.txt @@ -3,6 +3,7 @@ add_llvm_library(LLVMCodeGen Analysis.cpp BranchFolding.cpp CalcSpillWeights.cpp + CallingConvLower.cpp CodePlacementOpt.cpp CriticalAntiDepBreaker.cpp DeadMachineInstructionElim.cpp diff --git a/llvm/lib/CodeGen/SelectionDAG/CallingConvLower.cpp b/llvm/lib/CodeGen/CallingConvLower.cpp index ba097e089aa..ba097e089aa 100644 --- a/llvm/lib/CodeGen/SelectionDAG/CallingConvLower.cpp +++ b/llvm/lib/CodeGen/CallingConvLower.cpp diff --git a/llvm/lib/CodeGen/SelectionDAG/CMakeLists.txt b/llvm/lib/CodeGen/SelectionDAG/CMakeLists.txt index 0cfd5e1d7e2..799988a4c86 100644 --- a/llvm/lib/CodeGen/SelectionDAG/CMakeLists.txt +++ b/llvm/lib/CodeGen/SelectionDAG/CMakeLists.txt @@ -1,5 +1,4 @@ add_llvm_library(LLVMSelectionDAG - CallingConvLower.cpp DAGCombiner.cpp FastISel.cpp FunctionLoweringInfo.cpp |

