diff options
| author | Jim Grosbach <grosbach@apple.com> | 2012-01-25 22:00:23 +0000 |
|---|---|---|
| committer | Jim Grosbach <grosbach@apple.com> | 2012-01-25 22:00:23 +0000 |
| commit | 65e24655504dfbf10961ef9379d977e6afdbccaf (patch) | |
| tree | d92e5ead5ad4b252ff08d54067789a7fbe0d793c /llvm/docs/GettingStarted.html | |
| parent | 19feb5f24196d1abdd5839360e80dde7307a50c7 (diff) | |
| download | bcm5719-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.html | 7 |
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 |

