remove dead prototype, PR8351
[oota-llvm.git] / include / llvm-c / Transforms / Scalar.h
index c94019ac98b062eb6e5c409710424ef7ac80d748..2ddfb38171c20600aab9d84bfefed9fa057165e0 100644 (file)
@@ -52,9 +52,6 @@ void LLVMAddLICMPass(LLVMPassManagerRef PM);
 /** See llvm::createLoopDeletionPass function. */
 void LLVMAddLoopDeletionPass(LLVMPassManagerRef PM);
 
-/** See llvm::createLoopIndexSplitPass function. */
-void LLVMAddLoopIndexSplitPass(LLVMPassManagerRef PM);
-
 /** See llvm::createLoopRotatePass function. */
 void LLVMAddLoopRotatePass(LLVMPassManagerRef PM);