Remove the experimental (and unused) pre-ra splitting pass. Greedy regalloc can split...
authorEvan Cheng <evan.cheng@apple.com>
Mon, 27 Jun 2011 23:40:45 +0000 (23:40 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 27 Jun 2011 23:40:45 +0000 (23:40 +0000)
commitf10711fb8c8b5596e973bcc27b5af6203fec34b4
treeb3f745963e601166927c9e540ff898fab17dc3a9
parent156d460c758463eb407590cba2371857daf27d8a
Remove the experimental (and unused) pre-ra splitting pass. Greedy regalloc can split live ranges.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133962 91177308-0d34-0410-b5e6-96231b3b80d8
14 files changed:
include/llvm/CodeGen/Passes.h
include/llvm/InitializePasses.h
lib/CodeGen/CodeGen.cpp
lib/CodeGen/PreAllocSplitting.cpp [deleted file]
lib/CodeGen/RegAllocLinearScan.cpp
test/CodeGen/X86/pre-split1.ll [deleted file]
test/CodeGen/X86/pre-split10.ll [deleted file]
test/CodeGen/X86/pre-split11.ll [deleted file]
test/CodeGen/X86/pre-split4.ll [deleted file]
test/CodeGen/X86/pre-split5.ll [deleted file]
test/CodeGen/X86/pre-split6.ll [deleted file]
test/CodeGen/X86/pre-split7.ll [deleted file]
test/CodeGen/X86/pre-split8.ll [deleted file]
test/CodeGen/X86/pre-split9.ll [deleted file]