From: Nick Lewycky Date: Thu, 22 Apr 2010 20:48:34 +0000 (+0000) Subject: The -condprop pass has been deleted. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=009364ebcfa6875d7550c2eb3178f059f8e626b5;p=oota-llvm.git The -condprop pass has been deleted. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102125 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/Passes.html b/docs/Passes.html index a2bacf95e77..0f8f69e5ab5 100644 --- a/docs/Passes.html +++ b/docs/Passes.html @@ -114,7 +114,6 @@ perl -e '$/ = undef; for (split(/\n/, <>)) { s:^ *///? ?::; print "

\n" if ! -block-placementProfile Guided Basic Block Placement -break-crit-edgesBreak critical edges in CFG -codegenpreparePrepare a function for code generation --condpropConditional Propagation -constmergeMerge Duplicate Global Constants -constpropSimple constant propagation -dceDead Code Elimination @@ -639,15 +638,6 @@ perl -e '$/ = undef; for (split(/\n/, <>)) { s:^ *///? ?::; print "

\n" if ! basic-block-at-a-time approach. It should eventually be removed. - -

- Conditional Propagation -
-
-

This pass propagates information about conditional expressions through the - program, allowing it to eliminate conditional branches in some cases.

-
-
Merge Duplicate Global Constants