From 0cc574eee7f5538c86ceeee16f3ca0d9d9dc7c97 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Mon, 24 Oct 2011 18:10:52 +0000 Subject: Really unbreak CMake build llvm-svn: 142822 --- llvm/lib/CodeGen/SelectionDAG/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'llvm/lib/CodeGen/SelectionDAG/CMakeLists.txt') 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 -- cgit v1.2.3