summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit852f2653c4e55740dbcb54a6bc8ee19912af149b (patch)
treec03dfbe93a1c6f8986f8a4aa493cf7f650bff1f4 /llvm/include/llvm-c
parent4325315935c4adc4c2efa96832b62c5efe7d16ce (diff)
downloadbcm5719-llvm-852f2653c4e55740dbcb54a6bc8ee19912af149b.tar.gz
bcm5719-llvm-852f2653c4e55740dbcb54a6bc8ee19912af149b.zip
remove the now dead condprop pass, PR3906.
llvm-svn: 86810
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 e52a1d16469..2c5a3714d4d 100644
--- a/llvm/include/llvm-c/Transforms/Scalar.h
+++ b/llvm/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);
OpenPOWER on IntegriCloud