remove the LowerSelect pass. The last client was the old Sparc backend, which is...
authorChris Lattner <sabre@nondot.org>
Tue, 19 Feb 2008 07:49:17 +0000 (07:49 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 19 Feb 2008 07:49:17 +0000 (07:49 +0000)
commit75542bd56b4d38d7a2fdf8596a0128509a51e89d
tree54ad61f91bd4b0a231bd8726edc9d9d3855a28fb
parent15f166c7b6ed054e9a9b54161dd9342d9f083564
remove the LowerSelect pass.  The last client was the old Sparc backend, which is long dead by now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47323 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/LinkAllPasses.h
include/llvm/Transforms/Scalar.h
lib/Transforms/Utils/LowerAllocations.cpp
lib/Transforms/Utils/LowerInvoke.cpp
lib/Transforms/Utils/LowerSelect.cpp [deleted file]
lib/Transforms/Utils/LowerSwitch.cpp
lib/Transforms/Utils/Mem2Reg.cpp
lib/Transforms/Utils/UnifyFunctionExitNodes.cpp