[llvm-commits] CVS: llvm/include/llvm/Transforms/IPO.h
Chris Lattner
lattner at cs.uiuc.edu
Sun Jun 27 19:44:01 PDT 2004
Changes in directory llvm/include/llvm/Transforms:
IPO.h updated: 1.32 -> 1.33
---
Log message:
Remove two dead passes
---
Diffs of the changes: (+0 -8)
Index: llvm/include/llvm/Transforms/IPO.h
diff -u llvm/include/llvm/Transforms/IPO.h:1.32 llvm/include/llvm/Transforms/IPO.h:1.33
--- llvm/include/llvm/Transforms/IPO.h:1.32 Thu Apr 22 18:00:17 2004
+++ llvm/include/llvm/Transforms/IPO.h Sun Jun 27 19:43:25 2004
@@ -130,14 +130,6 @@
//===----------------------------------------------------------------------===//
-/// 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.
More information about the llvm-commits
mailing list