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