aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CMakeLists.txt
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-09-17 05:48:07 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-09-17 05:48:07 +0000
commitf436463dbd35ea816163a053b304d9fef9e0cf25 (patch)
tree3e7ecafac9b6896ef70f371d15235768dabfb764 /lib/CodeGen/CMakeLists.txt
parentd7bd78e36e1d3adfc90a4f95b2cc849d38af1b24 (diff)
downloadexternal_llvm-f436463dbd35ea816163a053b304d9fef9e0cf25.zip
external_llvm-f436463dbd35ea816163a053b304d9fef9e0cf25.tar.gz
external_llvm-f436463dbd35ea816163a053b304d9fef9e0cf25.tar.bz2
Remove simple regalloc. It has bit rotted.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82127 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 3fdf95a..5b116e9 100644
--- a/lib/CodeGen/CMakeLists.txt
+++ b/lib/CodeGen/CMakeLists.txt
@@ -46,7 +46,6 @@ add_llvm_library(LLVMCodeGen
RegAllocLinearScan.cpp
RegAllocLocal.cpp
RegAllocPBQP.cpp
- RegAllocSimple.cpp
RegisterCoalescer.cpp
RegisterScavenging.cpp
ScheduleDAG.cpp