aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CMakeLists.txt
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-10-07 22:49:30 +0000
committerChris Lattner <sabre@nondot.org>2009-10-07 22:49:30 +0000
commit831a2bba04f0ccb9a2754ef4b0fca0a410f48ac2 (patch)
tree9e97b1f2fc927c632fa91ec1b8e9370148ae64ce /lib/CodeGen/CMakeLists.txt
parent5f3663e51d1767ebb174d67632dbeca259b6c093 (diff)
downloadexternal_llvm-831a2bba04f0ccb9a2754ef4b0fca0a410f48ac2.zip
external_llvm-831a2bba04f0ccb9a2754ef4b0fca0a410f48ac2.tar.gz
external_llvm-831a2bba04f0ccb9a2754ef4b0fca0a410f48ac2.tar.bz2
second half of lazy liveness removal.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83500 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CMakeLists.txt')
-rw-r--r--lib/CodeGen/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt
index 5b116e9..713c30c 100644
--- a/lib/CodeGen/CMakeLists.txt
+++ b/lib/CodeGen/CMakeLists.txt
@@ -13,7 +13,6 @@ add_llvm_library(LLVMCodeGen
IntrinsicLowering.cpp
LLVMTargetMachine.cpp
LatencyPriorityQueue.cpp
- LazyLiveness.cpp
LiveInterval.cpp
LiveIntervalAnalysis.cpp
LiveStackAnalysis.cpp