aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/CodeGen.cpp
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2011-06-27 23:40:45 +0000
committerEvan Cheng <evan.cheng@apple.com>2011-06-27 23:40:45 +0000
commitb7d00313dc116511c1959908775afaff16f385b4 (patch)
treecfab947257bcffd1b2c41a2903309c6bccf4f578 /llvm/lib/CodeGen/CodeGen.cpp
parent163b4a70fbaf3de9333bf3efd520845a53f3ccb8 (diff)
downloadllvm-b7d00313dc116511c1959908775afaff16f385b4.zip
llvm-b7d00313dc116511c1959908775afaff16f385b4.tar.gz
llvm-b7d00313dc116511c1959908775afaff16f385b4.tar.bz2
Remove the experimental (and unused) pre-ra splitting pass. Greedy regalloc can split live ranges.
llvm-svn: 133962
Diffstat (limited to 'llvm/lib/CodeGen/CodeGen.cpp')
-rw-r--r--llvm/lib/CodeGen/CodeGen.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/CodeGen.cpp b/llvm/lib/CodeGen/CodeGen.cpp
index 35923c6..489746c 100644
--- a/llvm/lib/CodeGen/CodeGen.cpp
+++ b/llvm/lib/CodeGen/CodeGen.cpp
@@ -37,7 +37,6 @@ void llvm::initializeCodeGen(PassRegistry &Registry) {
initializeOptimizePHIsPass(Registry);
initializePHIEliminationPass(Registry);
initializePeepholeOptimizerPass(Registry);
- initializePreAllocSplittingPass(Registry);
initializeProcessImplicitDefsPass(Registry);
initializePEIPass(Registry);
initializeRALinScanPass(Registry);