aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Transforms
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-06-28 00:43:25 +0000
committerChris Lattner <sabre@nondot.org>2004-06-28 00:43:25 +0000
commitc7553074125556c1e9721208ca4353d5a5a5f7b9 (patch)
tree854b8e34769af616033504c7cf9c71a368d46143 /include/llvm/Transforms
parente6afb7418851d61873062bc23b871535d55a84b9 (diff)
downloadexternal_llvm-c7553074125556c1e9721208ca4353d5a5a5f7b9.zip
external_llvm-c7553074125556c1e9721208ca4353d5a5a5f7b9.tar.gz
external_llvm-c7553074125556c1e9721208ca4353d5a5a5f7b9.tar.bz2
Remove two dead passes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14456 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Transforms')
-rw-r--r--include/llvm/Transforms/IPO.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/llvm/Transforms/IPO.h b/include/llvm/Transforms/IPO.h
index 2f7ac0c..8875454 100644
--- a/include/llvm/Transforms/IPO.h
+++ b/include/llvm/Transforms/IPO.h
@@ -130,14 +130,6 @@ 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
/// program into a function if it can. This is used by bugpoint.