From: Eli Friedman Date: Sun, 24 May 2009 09:13:13 +0000 (+0000) Subject: Update for CMakeLists; untested, so tell me if there are issues. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7d869fb062aee8a3de7dad23eb48d7a5d2d64190;p=oota-llvm.git Update for CMakeLists; untested, so tell me if there are issues. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72360 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/SelectionDAG/CMakeLists.txt b/lib/CodeGen/SelectionDAG/CMakeLists.txt index 186e3d13c90..9ea59ea80c6 100644 --- a/lib/CodeGen/SelectionDAG/CMakeLists.txt +++ b/lib/CodeGen/SelectionDAG/CMakeLists.txt @@ -7,6 +7,7 @@ add_llvm_library(LLVMSelectionDAG LegalizeIntegerTypes.cpp LegalizeTypes.cpp LegalizeTypesGeneric.cpp + LegalizeVectorOps.cpp LegalizeVectorTypes.cpp ScheduleDAGSDNodes.cpp ScheduleDAGSDNodesEmit.cpp