summaryrefslogtreecommitdiff
path: root/include/llvm-c
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-11-11 05:56:35 +0000
committerChris Lattner <sabre@nondot.org>2009-11-11 05:56:35 +0000
commitf8fb7c26ee251e71be8a5372dc4936f3042c7553 (patch)
tree7f11bf10ddff51272838b805f722d0b7fc294278 /include/llvm-c
parentb069c911910277a684fd8d3e1f2376e298352ac6 (diff)
downloadllvm-f8fb7c26ee251e71be8a5372dc4936f3042c7553.tar.gz
llvm-f8fb7c26ee251e71be8a5372dc4936f3042c7553.tar.bz2
llvm-f8fb7c26ee251e71be8a5372dc4936f3042c7553.tar.xz
remove the now dead condprop pass, PR3906.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86810 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm-c')
-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 e52a1d1646..2c5a3714d4 100644
--- a/include/llvm-c/Transforms/Scalar.h
+++ b/include/llvm-c/Transforms/Scalar.h
@@ -31,9 +31,6 @@ void LLVMAddAggressiveDCEPass(LLVMPassManagerRef PM);
/** See llvm::createCFGSimplificationPass function. */
void LLVMAddCFGSimplificationPass(LLVMPassManagerRef PM);
-/** See llvm::createCondPropagationPass function. */
-void LLVMAddCondPropagationPass(LLVMPassManagerRef PM);
-
/** See llvm::createDeadStoreEliminationPass function. */
void LLVMAddDeadStoreEliminationPass(LLVMPassManagerRef PM);