Add skeleton for the pre-register allocation live interval splitting pass.
authorEvan Cheng <evan.cheng@apple.com>
Mon, 20 Oct 2008 21:44:59 +0000 (21:44 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 20 Oct 2008 21:44:59 +0000 (21:44 +0000)
commit09e8ca8a582bb67ef290d77d9b9441716dd6ba2e
treec1e8f265dd2b82a5a9dc0f716686ad9d0cbe58b9
parent932a32d2512353478d16c4101582adff404a55a5
Add skeleton for the pre-register allocation live interval splitting pass.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57847 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/Passes.h
lib/CodeGen/PreAllocSplitting.cpp [new file with mode: 0644]