From 04367bfc20c021c4105abf0c33b86d55f782d1e8 Mon Sep 17 00:00:00 2001
From: Gabor Greif
Date: Fri, 6 Jul 2007 22:07:22 +0000
Subject: 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
---
docs/TestingGuide.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'docs/TestingGuide.html')
diff --git a/docs/TestingGuide.html b/docs/TestingGuide.html
index f03adaa..222ccfb 100644
--- a/docs/TestingGuide.html
+++ b/docs/TestingGuide.html
@@ -224,10 +224,10 @@ subtrees of the test suite directory tree are as follows:
Analysis: checks Analysis passes.
Archive: checks the Archive library.
Assembler: checks Assembly reader/writer functionality.
- Bytecode: checks Bytecode reader/writer functionality.
+ Bitcode: checks Bitcode reader/writer functionality.
CodeGen: checks code generation and each target.
Features: checks various features of the LLVM language.
- Linker: tests bytecode linking.
+ Linker: tests bitcode linking.
Transforms: tests each of the scalar, IPO, and utility
transforms to ensure they make the right transformations.
Verifier: tests the IR verifier.
--
cgit v1.1