summaryrefslogtreecommitdiffstats
path: root/llvm/docs/UsingLibraries.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
commita54634adeffe67b31ccf8537c305c5235bf94ca0 (patch)
tree7bb3069907771cfe86b9e33ff443e1e811116d0f /llvm/docs/UsingLibraries.html
parent12358b482788c1735fe6bbe2bff63015c6b43696 (diff)
downloadbcm5719-llvm-a54634adeffe67b31ccf8537c305c5235bf94ca0.tar.gz
bcm5719-llvm-a54634adeffe67b31ccf8537c305c5235bf94ca0.zip
first pass of nomenclature changes in .html files
llvm-svn: 37956
Diffstat (limited to 'llvm/docs/UsingLibraries.html')
-rw-r--r--llvm/docs/UsingLibraries.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/docs/UsingLibraries.html b/llvm/docs/UsingLibraries.html
index 74b03d96230..af57907ef66 100644
--- a/llvm/docs/UsingLibraries.html
+++ b/llvm/docs/UsingLibraries.html
@@ -81,15 +81,15 @@
<tr><td>LLVMAsmParser</td><td><tt>.a</tt></td>
<td>LLVM assembly parsing</td></tr>
<tr><td>LLVMBCReader</td><td><tt>.a</tt></td>
- <td>LLVM bytecode reading</td></tr>
+ <td>LLVM bitcode reading</td></tr>
<tr><td>LLVMBCWriter</td><td><tt>.a</tt></td>
- <td>LLVM bytecode writing</td></tr>
+ <td>LLVM bitcode writing</td></tr>
<tr><td>LLVMCore</td><td><tt>.a</tt></td>
<td>LLVM core intermediate representation</td></tr>
<tr><td>LLVMDebugger</td><td><tt>.a</tt></td>
<td>Source level debugging support</td></tr>
<tr><td>LLVMLinker</td><td><tt>.a</tt></td>
- <td>Bytecode and archive linking interface</td></tr>
+ <td>Bitcode and archive linking interface</td></tr>
<tr><td>LLVMSupport</td><td><tt>.a</tt></td>
<td>General support utilities</td></tr>
<tr><td>LLVMSystem</td><td><tt>.a</tt></td>
@@ -141,9 +141,9 @@
<tr><th colspan="3">Runtime Libraries</th></tr>
<tr><td>LLVMInterpreter</td><td><tt>.o</tt></td>
- <td>Bytecode Interpreter</td></tr>
+ <td>Bitcode Interpreter</td></tr>
<tr><td>LLVMJIT</td><td><tt>.o</tt></td>
- <td>Bytecode JIT Compiler</td></tr>
+ <td>Bitcode JIT Compiler</td></tr>
<tr><td>LLVMExecutionEngine</td><td><tt>.o</tt></td>
<td>Virtual machine engine</td></tr>
</table>
OpenPOWER on IntegriCloud