Remove two dead passes
authorChris Lattner <sabre@nondot.org>
Mon, 28 Jun 2004 00:43:25 +0000 (00:43 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 28 Jun 2004 00:43:25 +0000 (00:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14456 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Transforms/IPO.h

index 2f7ac0cd2c7f1e4a74f48528b64018489219d6b9..88754545c83c2ffce82d4c43d03f1e3625462962 100644 (file)
@@ -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