From 75542bd56b4d38d7a2fdf8596a0128509a51e89d Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 19 Feb 2008 07:49:17 +0000 Subject: 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 --- lib/Transforms/Utils/LowerAllocations.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/Transforms/Utils/LowerAllocations.cpp') 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(); AU.addPreservedID(PromoteMemoryToRegisterID); - AU.addPreservedID(LowerSelectID); AU.addPreservedID(LowerSwitchID); AU.addPreservedID(LowerInvokePassID); } -- cgit v1.2.3