aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils/LowerAllocations.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
commitb36512553334e6beefaffaebb70c9403a5d833d1 (patch)
tree54ad61f91bd4b0a231bd8726edc9d9d3855a28fb /lib/Transforms/Utils/LowerAllocations.cpp
parenta4adf0fe76e0816ffdc202a22b0312514c8685b5 (diff)
downloadexternal_llvm-b36512553334e6beefaffaebb70c9403a5d833d1.tar.gz
external_llvm-b36512553334e6beefaffaebb70c9403a5d833d1.tar.bz2
external_llvm-b36512553334e6beefaffaebb70c9403a5d833d1.zip
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/LowerAllocations.cpp')
-rw-r--r--lib/Transforms/Utils/LowerAllocations.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Transforms/Utils/LowerAllocations.cpp b/lib/Transforms/Utils/LowerAllocations.cpp
index a43ec4b357..2f422609fe 100644
--- a/lib/Transforms/Utils/LowerAllocations.cpp
+++ b/lib/Transforms/Utils/LowerAllocations.cpp
@@ -48,7 +48,6 @@ namespace {
// This is a cluster of orthogonal Transforms:
AU.addPreserved<UnifyFunctionExitNodes>();
AU.addPreservedID(PromoteMemoryToRegisterID);
- AU.addPreservedID(LowerSelectID);
AU.addPreservedID(LowerSwitchID);
AU.addPreservedID(LowerInvokePassID);
}