diff options
author | Lang Hames <lhames@gmail.com> | 2009-12-14 07:43:25 +0000 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2009-12-14 07:43:25 +0000 |
commit | 94a4a5eec60b256289315105b225defdcb8f70d6 (patch) | |
tree | 62536c028d1387b5172a2036b607cf9b48a5eb23 | |
parent | 85de1e5bade2f3755e47ed6fd43c92fcf99ff08b (diff) |
Added CalcSpillWeights to CMakeLists.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91275 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/CodeGen/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt index 1fac39512c..7a969f0ad8 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 |