From: Chris Lattner Date: Mon, 28 Jun 2004 00:43:25 +0000 (+0000) Subject: Remove two dead passes X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=c7553074125556c1e9721208ca4353d5a5a5f7b9;p=oota-llvm.git Remove two dead passes git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14456 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Transforms/IPO.h b/include/llvm/Transforms/IPO.h index 2f7ac0cd2c7..88754545c83 100644 --- a/include/llvm/Transforms/IPO.h +++ b/include/llvm/Transforms/IPO.h @@ -129,14 +129,6 @@ Pass *createArgumentPromotionPass(); Pass *createIPConstantPropagationPass(); -//===----------------------------------------------------------------------===// -/// These passes are wrappers that can do a few simple structure mutation -/// transformations. -/// -Pass *createSwapElementsPass(); -Pass *createSortElementsPass(); - - //===----------------------------------------------------------------------===// // /// createSingleLoopExtractorPass - This pass extracts one natural loop from the