From: Lang Hames Date: Mon, 14 Dec 2009 07:43:25 +0000 (+0000) Subject: Added CalcSpillWeights to CMakeLists. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=94a4a5eec60b256289315105b225defdcb8f70d6;p=oota-llvm.git Added CalcSpillWeights to CMakeLists. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91275 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt index 1fac39512c7..7a969f0ad8f 100644 --- a/lib/CodeGen/CMakeLists.txt +++ b/lib/CodeGen/CMakeLists.txt @@ -1,6 +1,7 @@ add_llvm_library(LLVMCodeGen AggressiveAntiDepBreaker.cpp BranchFolding.cpp + CalcSpillWeights.cpp CodePlacementOpt.cpp CriticalAntiDepBreaker.cpp DeadMachineInstructionElim.cpp