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 | 2f2b0abbac946a6e37ffa4a9775f0af5b91e723c (patch) | |
tree | a797b08024f4c21e2bc6b4a6ff467ee6c39f897f /lib | |
parent | fcb4ccd7aa674dba05f50de4083944efef6610d3 (diff) | |
download | external_llvm-2f2b0abbac946a6e37ffa4a9775f0af5b91e723c.zip external_llvm-2f2b0abbac946a6e37ffa4a9775f0af5b91e723c.tar.gz external_llvm-2f2b0abbac946a6e37ffa4a9775f0af5b91e723c.tar.bz2 |
Move CallingConvLower.cpp out of the SelectionDAG directory.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107781 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/CodeGen/CMakeLists.txt | 1 | ||||
-rw-r--r-- | lib/CodeGen/CallingConvLower.cpp (renamed from lib/CodeGen/SelectionDAG/CallingConvLower.cpp) | 0 | ||||
-rw-r--r-- | lib/CodeGen/SelectionDAG/CMakeLists.txt | 1 |
3 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt index 0501350..ffeff1e 100644 --- a/lib/CodeGen/CMakeLists.txt +++ b/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/lib/CodeGen/SelectionDAG/CallingConvLower.cpp b/lib/CodeGen/CallingConvLower.cpp index ba097e0..ba097e0 100644 --- a/lib/CodeGen/SelectionDAG/CallingConvLower.cpp +++ b/lib/CodeGen/CallingConvLower.cpp diff --git a/lib/CodeGen/SelectionDAG/CMakeLists.txt b/lib/CodeGen/SelectionDAG/CMakeLists.txt index 0cfd5e1..799988a 100644 --- a/lib/CodeGen/SelectionDAG/CMakeLists.txt +++ b/lib/CodeGen/SelectionDAG/CMakeLists.txt @@ -1,5 +1,4 @@ add_llvm_library(LLVMSelectionDAG - CallingConvLower.cpp DAGCombiner.cpp FastISel.cpp FunctionLoweringInfo.cpp |