summaryrefslogtreecommitdiffstats
path: root/llvm/docs/TestingGuide.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/TestingGuide.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/TestingGuide.html')
-rw-r--r--llvm/docs/TestingGuide.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/TestingGuide.html b/llvm/docs/TestingGuide.html
index f03adaaef64..222ccfb52a9 100644
--- a/llvm/docs/TestingGuide.html
+++ b/llvm/docs/TestingGuide.html
@@ -224,10 +224,10 @@ subtrees of the test suite directory tree are as follows:</p>
<li><tt>Analysis</tt>: checks Analysis passes.</li>
<li><tt>Archive</tt>: checks the Archive library.</li>
<li><tt>Assembler</tt>: checks Assembly reader/writer functionality.</li>
- <li><tt>Bytecode</tt>: checks Bytecode reader/writer functionality.</li>
+ <li><tt>Bitcode</tt>: checks Bitcode reader/writer functionality.</li>
<li><tt>CodeGen</tt>: checks code generation and each target.</li>
<li><tt>Features</tt>: checks various features of the LLVM language.</li>
- <li><tt>Linker</tt>: tests bytecode linking.</li>
+ <li><tt>Linker</tt>: tests bitcode linking.</li>
<li><tt>Transforms</tt>: tests each of the scalar, IPO, and utility
transforms to ensure they make the right transformations.</li>
<li><tt>Verifier</tt>: tests the IR verifier.</li>
OpenPOWER on IntegriCloud