From 623e5948ec1bfb8ecf34dcce2dbdd4b45be0c0f8 Mon Sep 17 00:00:00 2001 From: John Criswell Date: Fri, 10 Oct 2003 18:51:11 +0000 Subject: [PATCH] Fixed spelling. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9034 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/GettingStarted.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index ea273a39557..773b4fcf170 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -472,7 +472,7 @@

--enable-optimized
- Enables optimized compilation by defaulat (debugging symbols are removed + Enables optimized compilation by default (debugging symbols are removed and GCC optimization flags are enabled). The default is to use an unoptimized build (also known as a debug build).

@@ -752,7 +752,7 @@

llvm/lib/Transforms/
This directory contains the source code for the LLVM to LLVM program transformations, such as Aggressive Dead Code Elimination, Sparse Conditional Constant Propagation, Inlining, Loop - Invarient Code Motion, Dead Global Elimination, and many others... + Invariant Code Motion, Dead Global Elimination, and many others...
llvm/lib/Target/
This directory contains files that describe various target architectures for code generation. For example, @@ -882,7 +882,7 @@

llvm/utils

- This directory contains utilities for working with LLVM sourcecode, and some + This directory contains utilities for working with LLVM source code, and some of the utilities are actually required as part of the build process because they are code generators for parts of LLVM infrastructure. -- 2.34.1