Add printing the LC_ENCRYPTION_INFO_64 load command with llvm-objdump’s -private...
[oota-llvm.git] / include / llvm / Transforms / IPO.h
index ca6d5144fc41261b6782c4bbabd2e017a520cd76..ce1a7d6a5230a3ca4e7c409bd9a1d75a4a79d3d6 100644 (file)
@@ -118,11 +118,6 @@ ModulePass *createInternalizePass(ArrayRef<const char *> ExportList);
 /// createInternalizePass - Same as above, but with an empty exportList.
 ModulePass *createInternalizePass();
 
-/// \brief Verify that use-list order doesn't change after shuffling.
-///
-/// \note This is a transformation, since the use-list order changes.
-ModulePass *createVerifyUseListOrderPass();
-
 //===----------------------------------------------------------------------===//
 /// createDeadArgEliminationPass - This pass removes arguments from functions
 /// which are not used by the body of the function.