From c48d4dc8a9371690f73d2d05d2297f1e1a19c952 Mon Sep 17 00:00:00 2001 From: Jim Grosbach Date: Wed, 25 Jan 2012 22:00:23 +0000 Subject: Tidy up. s/Low Level Virtual Machine/LLVM/. LLVM isn't an acronym anymore. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148985 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/GettingStarted.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'docs/GettingStarted.html') diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index d78344a..06a9a60 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -82,10 +82,9 @@ basic information.

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.

+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.

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 -- cgit v1.1