summaryrefslogtreecommitdiffstats
path: root/llvm/docs/GettingStarted.html
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2012-01-25 22:00:23 +0000
committerJim Grosbach <grosbach@apple.com>2012-01-25 22:00:23 +0000
commit65e24655504dfbf10961ef9379d977e6afdbccaf (patch)
treed92e5ead5ad4b252ff08d54067789a7fbe0d793c /llvm/docs/GettingStarted.html
parent19feb5f24196d1abdd5839360e80dde7307a50c7 (diff)
downloadbcm5719-llvm-65e24655504dfbf10961ef9379d977e6afdbccaf.tar.gz
bcm5719-llvm-65e24655504dfbf10961ef9379d977e6afdbccaf.zip
Tidy up. s/Low Level Virtual Machine/LLVM/.
LLVM isn't an acronym anymore. llvm-svn: 148985
Diffstat (limited to 'llvm/docs/GettingStarted.html')
-rw-r--r--llvm/docs/GettingStarted.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html
index d78344ad0fa..06a9a60f355 100644
--- a/llvm/docs/GettingStarted.html
+++ b/llvm/docs/GettingStarted.html
@@ -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
OpenPOWER on IntegriCloud