summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-02-19 07:49:17 +0000
committerChris Lattner <sabre@nondot.org>2008-02-19 07:49:17 +0000
commit75542bd56b4d38d7a2fdf8596a0128509a51e89d (patch)
tree54ad61f91bd4b0a231bd8726edc9d9d3855a28fb /lib/Transforms/Utils/UnifyFunctionExitNodes.cpp
parent15f166c7b6ed054e9a9b54161dd9342d9f083564 (diff)
downloadllvm-75542bd56b4d38d7a2fdf8596a0128509a51e89d.tar.gz
llvm-75542bd56b4d38d7a2fdf8596a0128509a51e89d.tar.bz2
llvm-75542bd56b4d38d7a2fdf8596a0128509a51e89d.tar.xz
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
Diffstat (limited to 'lib/Transforms/Utils/UnifyFunctionExitNodes.cpp')
-rw-r--r--lib/Transforms/Utils/UnifyFunctionExitNodes.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp b/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp
index d8802abfb1..f9aaa23666 100644
--- a/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp
+++ b/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp
@@ -37,7 +37,6 @@ void UnifyFunctionExitNodes::getAnalysisUsage(AnalysisUsage &AU) const{
AU.addPreservedID(BreakCriticalEdgesID);
// This is a cluster of orthogonal Transforms
AU.addPreservedID(PromoteMemoryToRegisterID);
- AU.addPreservedID(LowerSelectID);
AU.addPreservedID(LowerSwitchID);
}