diff --git a/llvm/docs/TestingGuide.html b/llvm/docs/TestingGuide.html
index bf740cf9da3dec5a8a3d60fc10650a28cd2120fe..05af6bcecbbae061c8f7b9f81ffcc78b07764de6 100644
--- a/llvm/docs/TestingGuide.html
+++ b/llvm/docs/TestingGuide.html
@@ -222,7 +222,7 @@
These are the feature tests found in llvm/test/Feature. They are broken
up into the following categories:
- - fad
+ - ad
Assembler/Disassembler tests. These tests verify that a piece of
LLVM assembly language can be assembled into bytecode and then
disassembled into the original assembly language code.
@@ -232,24 +232,19 @@
can be assembled correctly.
-
- fasm
- Assembler tests. These tests verify that the code can be translated
- into native assembly code.
-
-
-
- fopt
+ - opt
Optimizer tests. These tests verify that two of the
optimizer passes completely optimize a program (i.e.
after a single pass, they cannot optimize a program
any further).
-
- fmc
+ - mc
Machine code tests. These tests verify that the LLVM assembly
language file can be translated into native assembly code.
-
- fcc
+ - cc
C code tests. These tests verify that the specified LLVM assembly
code can be converted into C source code using the C backend.