summaryrefslogtreecommitdiffstats
path: root/docs/Passes.html
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2007-07-06 22:07:22 +0000
committerGabor Greif <ggreif@gmail.com>2007-07-06 22:07:22 +0000
commit04367bfc20c021c4105abf0c33b86d55f782d1e8 (patch)
tree4cb65ce2b61535ce8b294cabbbfa0e80d30c5dfc /docs/Passes.html
parent05c1dc64936c196d7242567e85710b26e8696336 (diff)
downloadexternal_llvm-04367bfc20c021c4105abf0c33b86d55f782d1e8.zip
external_llvm-04367bfc20c021c4105abf0c33b86d55f782d1e8.tar.gz
external_llvm-04367bfc20c021c4105abf0c33b86d55f782d1e8.tar.bz2
first pass of nomenclature changes in .html files
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37956 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/Passes.html')
-rw-r--r--docs/Passes.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/Passes.html b/docs/Passes.html
index 4695769..3edb121 100644
--- a/docs/Passes.html
+++ b/docs/Passes.html
@@ -31,8 +31,8 @@
or program visualization purposes. Transform passes can use (or invalidate)
the analysis passes. Transform passes all mutate the program in some way.
Utility passes provides ome utility but don't otherwise fit categorization.
- For example passes to extract functions to bytecode or write a module to
- bytecode are neither analysis nor transform passes.
+ For example passes to extract functions to bitcode or write a module to
+ bitcode are neither analysis nor transform passes.
<p>The table below provides a quick summary of each pass and links to the more
complete pass description later in the document.</p>
</div>
@@ -143,7 +143,7 @@
<tr><th>Option</th><th>Name</th><th>Directory</th></tr>
<tr><td><a href="#deadarghaX0r">-deadarghaX0r</a></td><td>Dead Argument Hacking (BUGPOINT ONLY)</td></tr>
<tr><td><a href="#extract-blocks">-extract-blocks</a></td><td>Extract Basic Blocks From Module (BUGPOINT ONLY)</td></tr>
-<tr><td><a href="#emitbytecode">-emitbytecode</a></td><td>Bytecode Writer</td></tr>
+<tr><td><a href="#emitbitcode">-emitbitcode</a></td><td>Bitcode Writer</td></tr>
<tr><td><a href="#verify">-verify</a></td><td>Module Verifier</td></tr>
</table>
</div>
@@ -994,7 +994,7 @@
<!-------------------------------------------------------------------------- -->
<div class="doc_subsection">
- <a name="emitbytecode">Bytecode Writer</a>
+ <a name="emitbitcode">Bitcode Writer</a>
</div>
<div class="doc_text">
<p>Yet to be written.</p>