From: Douglas Gregor Date: Mon, 24 Oct 2011 18:10:52 +0000 (+0000) Subject: Really unbreak CMake build X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=88d734de43984df03ed909f9163986fe873b8d1e;p=oota-llvm.git Really unbreak CMake build git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142822 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/SelectionDAG/CMakeLists.txt b/lib/CodeGen/SelectionDAG/CMakeLists.txt index 2c8d81a9a91..ff4184fccd5 100644 --- a/lib/CodeGen/SelectionDAG/CMakeLists.txt +++ b/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