Tidy up. s/Low Level Virtual Machine/LLVM/.
[oota-llvm.git] / docs / GettingStarted.html
index d78344ad0fa3c0f987525ace4791024e42b6f4f0..06a9a60f355b6f690cdce540defe791cdd88ef3e 100644 (file)
@@ -82,10 +82,9 @@ basic information.</p>
 
 <p>First, LLVM comes in three pieces. The first piece is the LLVM
 suite. This contains all of the tools, libraries, and header files
-needed to use the low level virtual machine.  It contains an
-assembler, disassembler, bitcode analyzer and bitcode optimizer.  It
-also contains basic regression tests that can be used to test the LLVM
-tools and the GCC front end.</p>
+needed to use LLVM.  It contains an assembler, disassembler, bitcode
+analyzer and bitcode optimizer.  It also contains basic regression tests that
+can be used to test the LLVM tools and the GCC front end.</p>
 
 <p>The second piece is the GCC front end.  This component provides a version of
 GCC that compiles C and C++ code into LLVM bitcode.  Currently, the GCC front