summaryrefslogtreecommitdiffstats
path: root/include/llvm-c/Transforms/Scalar.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm-c/Transforms/Scalar.h')
-rw-r--r--include/llvm-c/Transforms/Scalar.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm-c/Transforms/Scalar.h b/include/llvm-c/Transforms/Scalar.h
index c94019a..2ddfb38 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);
OpenPOWER on IntegriCloud