diff options
author | Douglas Gregor <dgregor@apple.com> | 2011-10-24 18:10:52 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2011-10-24 18:10:52 +0000 |
commit | 0cc574eee7f5538c86ceeee16f3ca0d9d9dc7c97 (patch) | |
tree | 0c693b31167c4babd36d476e37e8c9a6a13cf399 /llvm/lib/CodeGen/SelectionDAG/CMakeLists.txt | |
parent | d0800fda95303ef0a4a28aaac69b493b3ce1b001 (diff) | |
download | bcm5719-llvm-0cc574eee7f5538c86ceeee16f3ca0d9d9dc7c97.tar.gz bcm5719-llvm-0cc574eee7f5538c86ceeee16f3ca0d9d9dc7c97.zip |
Really unbreak CMake build
llvm-svn: 142822
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/CMakeLists.txt')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/CMakeLists.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/CMakeLists.txt b/llvm/lib/CodeGen/SelectionDAG/CMakeLists.txt index 2c8d81a9a91..ff4184fccd5 100644 --- a/llvm/lib/CodeGen/SelectionDAG/CMakeLists.txt +++ b/llvm/lib/CodeGen/SelectionDAG/CMakeLists.txt @@ -11,13 +11,11 @@ add_llvm_library(LLVMSelectionDAG LegalizeVectorOps.cpp LegalizeVectorTypes.cpp ScheduleDAGFast.cpp - ScheduleDAGList.cpp - ScheduleDAGRRList.cpp + ScheduleDAGRRList.cpp ScheduleDAGSDNodes.cpp SelectionDAG.cpp SelectionDAGBuilder.cpp SelectionDAGISel.cpp - SelectionDAGList.cpp SelectionDAGPrinter.cpp TargetLowering.cpp TargetSelectionDAGInfo.cpp |