diff options
author | Chris Lattner <sabre@nondot.org> | 2009-10-07 22:49:30 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-10-07 22:49:30 +0000 |
commit | 831a2bba04f0ccb9a2754ef4b0fca0a410f48ac2 (patch) | |
tree | 9e97b1f2fc927c632fa91ec1b8e9370148ae64ce /lib/CodeGen | |
parent | 5f3663e51d1767ebb174d67632dbeca259b6c093 (diff) | |
download | external_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')
-rw-r--r-- | lib/CodeGen/CMakeLists.txt | 1 |
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 |