diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2010-04-22 20:48:34 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2010-04-22 20:48:34 +0000 |
commit | 009364ebcfa6875d7550c2eb3178f059f8e626b5 (patch) | |
tree | b48222f4e29ab3804fc8d628a5eca577b695354c /docs/Passes.html | |
parent | d64d12dfcb811d361454ebf309ee3509bf67688f (diff) | |
download | external_llvm-009364ebcfa6875d7550c2eb3178f059f8e626b5.zip external_llvm-009364ebcfa6875d7550c2eb3178f059f8e626b5.tar.gz external_llvm-009364ebcfa6875d7550c2eb3178f059f8e626b5.tar.bz2 |
The -condprop pass has been deleted.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102125 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/Passes.html')
-rw-r--r-- | docs/Passes.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/Passes.html b/docs/Passes.html index a2bacf9..0f8f69e 100644 --- a/docs/Passes.html +++ b/docs/Passes.html @@ -114,7 +114,6 @@ perl -e '$/ = undef; for (split(/\n/, <>)) { s:^ *///? ?::; print " <p>\n" if ! <tr><td><a href="#block-placement">-block-placement</a></td><td>Profile Guided Basic Block Placement</td></tr> <tr><td><a href="#break-crit-edges">-break-crit-edges</a></td><td>Break critical edges in CFG</td></tr> <tr><td><a href="#codegenprepare">-codegenprepare</a></td><td>Prepare a function for code generation </td></tr> -<tr><td><a href="#condprop">-condprop</a></td><td>Conditional Propagation</td></tr> <tr><td><a href="#constmerge">-constmerge</a></td><td>Merge Duplicate Global Constants</td></tr> <tr><td><a href="#constprop">-constprop</a></td><td>Simple constant propagation</td></tr> <tr><td><a href="#dce">-dce</a></td><td>Dead Code Elimination</td></tr> @@ -641,15 +640,6 @@ perl -e '$/ = undef; for (split(/\n/, <>)) { s:^ *///? ?::; print " <p>\n" if ! <!-------------------------------------------------------------------------- --> <div class="doc_subsection"> - <a name="condprop">Conditional Propagation</a> -</div> -<div class="doc_text"> - <p>This pass propagates information about conditional expressions through the - program, allowing it to eliminate conditional branches in some cases.</p> -</div> - -<!-------------------------------------------------------------------------- --> -<div class="doc_subsection"> <a name="constmerge">Merge Duplicate Global Constants</a> </div> <div class="doc_text"> |