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 | 63fe7ff7d96b9a5a66ce72bb3b8058942af82dcc (patch) | |
| tree | dbf7786346a37dbaa17ca4c56b4aef484a958226 /llvm/lib | |
| parent | e32fe29d297d88cba904684bb3c578f3f672f863 (diff) | |
| download | bcm5719-llvm-63fe7ff7d96b9a5a66ce72bb3b8058942af82dcc.tar.gz bcm5719-llvm-63fe7ff7d96b9a5a66ce72bb3b8058942af82dcc.zip | |
second half of lazy liveness removal.
llvm-svn: 83500
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/CodeGen/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/CMakeLists.txt b/llvm/lib/CodeGen/CMakeLists.txt index 5b116e951cb..713c30c7d4a 100644 --- a/llvm/lib/CodeGen/CMakeLists.txt +++ b/llvm/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 |

