[llvm-commits] [llvm] r117065 - /llvm/trunk/docs/Passes.html
Tobias Grosser
grosser at fim.uni-passau.de
Thu Oct 21 14:16:03 PDT 2010
Author: grosser
Date: Thu Oct 21 16:16:03 2010
New Revision: 117065
URL: http://llvm.org/viewvc/llvm-project?rev=117065&view=rev
Log:
Fix type in passes.
Modified:
llvm/trunk/docs/Passes.html
Modified: llvm/trunk/docs/Passes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/Passes.html?rev=117065&r1=117064&r2=117065&view=diff
==============================================================================
--- llvm/trunk/docs/Passes.html (original)
+++ llvm/trunk/docs/Passes.html Thu Oct 21 16:16:03 2010
@@ -382,7 +382,7 @@
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
- <a name="dot-postdom">dot-postdom: Print post dominator tree of function to 'dot' file</a>
+ <a name="dot-postdom">-dot-postdom: Print post dominator tree of function to 'dot' file</a>
</div>
<div class="doc_text">
<p>
@@ -394,7 +394,7 @@
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
- <a name="dot-postdom-only">dot-postdom-only: Print post dominator tree of function to 'dot' file
+ <a name="dot-postdom-only">-dot-postdom-only: Print post dominator tree of function to 'dot' file
(with no function bodies)</a>
</div>
<div class="doc_text">
More information about the llvm-commits
mailing list