summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-10-11 17:44:22 +0000
committerChris Lattner <sabre@nondot.org>2010-10-11 17:44:22 +0000
commitdb3bc40ade6ad98a7ff3df35789dc51841ff4392 (patch)
treea94ba4a99572b177f4791e2cee42ece5a47ebf5f /llvm/include/llvm-c
parent7845f1e80e424c9b9d51ab9065e2a034226301d1 (diff)
downloadbcm5719-llvm-db3bc40ade6ad98a7ff3df35789dc51841ff4392.tar.gz
bcm5719-llvm-db3bc40ade6ad98a7ff3df35789dc51841ff4392.zip
remove dead prototype, PR8351
llvm-svn: 116209
Diffstat (limited to 'llvm/include/llvm-c')
-rw-r--r--llvm/include/llvm-c/Transforms/Scalar.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/include/llvm-c/Transforms/Scalar.h b/llvm/include/llvm-c/Transforms/Scalar.h
index c94019ac98b..2ddfb38171c 100644
--- a/llvm/include/llvm-c/Transforms/Scalar.h
+++ b/llvm/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);
OpenPOWER on IntegriCloud