remove dead prototype, PR8351
authorChris Lattner <sabre@nondot.org>
Mon, 11 Oct 2010 17:44:22 +0000 (17:44 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 11 Oct 2010 17:44:22 +0000 (17:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116209 91177308-0d34-0410-b5e6-96231b3b80d8

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);