summaryrefslogtreecommitdiff
path: root/lib/CodeGen/CMakeLists.txt
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2011-12-06 01:57:59 +0000
committerLang Hames <lhames@gmail.com>2011-12-06 01:57:59 +0000
commitbae56b4c216ac8b4573fb90e7d1a63acace6f53d (patch)
tree8479bdd5bbf73a039b9b3f8af8f95f41471b1fc4 /lib/CodeGen/CMakeLists.txt
parent80caf9c2737d4f1bf5bae3a283fe9d538f5e2970 (diff)
downloadllvm-bae56b4c216ac8b4573fb90e7d1a63acace6f53d.tar.gz
llvm-bae56b4c216ac8b4573fb90e7d1a63acace6f53d.tar.bz2
llvm-bae56b4c216ac8b4573fb90e7d1a63acace6f53d.tar.xz
Kill off the LoopSplitter. It's not being used or maintained.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145897 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 dede072fb0..8c4e75d6ac 100644
--- a/lib/CodeGen/CMakeLists.txt
+++ b/lib/CodeGen/CMakeLists.txt
@@ -88,7 +88,6 @@ add_llvm_library(LLVMCodeGen
Spiller.cpp
SpillPlacement.cpp
SplitKit.cpp
- Splitter.cpp
StackProtector.cpp
StackSlotColoring.cpp
StrongPHIElimination.cpp