From: Chris Lattner Date: Mon, 11 Oct 2010 17:44:22 +0000 (+0000) Subject: remove dead prototype, PR8351 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ffa0e71c334aed9172bee010828fc2707774e128;p=oota-llvm.git remove dead prototype, PR8351 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116209 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm-c/Transforms/Scalar.h b/include/llvm-c/Transforms/Scalar.h index c94019ac98b..2ddfb38171c 100644 --- a/include/llvm-c/Transforms/Scalar.h +++ b/include/llvm-c/Transforms/Scalar.h @@ -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);