remove the LowerSelect pass. The last client was the old Sparc backend, which is long dead by now.

llvm-svn: 47323
This commit is contained in:
Chris Lattner
2008-02-19 07:49:17 +00:00
parent 032fb2eda9
commit c3591a0d48
8 changed files with 0 additions and 120 deletions

View File

@@ -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);
}