From: Ted Kremenek Date: Mon, 23 Nov 2009 17:26:04 +0000 (+0000) Subject: Update CMake file. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=9977ed0290b7ca62c05c7ed087ab5b841636bd89;p=oota-llvm.git Update CMake file. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89671 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/SelectionDAG/CMakeLists.txt b/lib/CodeGen/SelectionDAG/CMakeLists.txt index c766859ae9c..9076f85b1b8 100644 --- a/lib/CodeGen/SelectionDAG/CMakeLists.txt +++ b/lib/CodeGen/SelectionDAG/CMakeLists.txt @@ -2,6 +2,7 @@ add_llvm_library(LLVMSelectionDAG CallingConvLower.cpp DAGCombiner.cpp FastISel.cpp + FunctionLoweringInfo.cpp InstrEmitter.cpp LegalizeDAG.cpp LegalizeFloatTypes.cpp